ImageSourceBase Properties
The ImageSourceBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
FrameCount |
Number of frames in the image.
|
|
FrameIndex |
Index of the active frame. Must be less than FrameCount.
|
|
ImageFormat |
Format of the image data.
|
|
ImageSize |
Size of the image, in pixels. For images with multiple frames, the size is that of the frame specified by FrameIndex.
|
|
Resource |
The underlying resource.
|
|
SupportedRenderOptions |
Supported rendering options.
|
Show: