ImageCanLoad Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | CanLoad(Stream) |
Determines whether image can be loaded from the specified stream.
|
![]() ![]() ![]() | CanLoad(String) |
Determines whether image can be loaded from the specified file path.
|
![]() ![]() ![]() | CanLoad(Stream, LoadOptions) |
Determines whether image can be loaded from the specified stream and optionally using the specified loadOptions.
|
![]() ![]() ![]() | CanLoad(String, LoadOptions) |
Determines whether an image can be loaded from the specified file path and optionally using the specified open options
|