IImageResource Members

Include Protected Members
Include Inherited Members

The IImageResource type exposes the following members.

Methods

  Name Description
Public method Invalidate
Flags the image resource as invalid, causing it to be reloaded the next time it is needed.

Properties

  Name Description
Public property FrameCount
Number of frames in the image.
Public property FrameIndex
Index of the active frame. Must be less than FrameCount.
Public property ImageFormat
Format of the image data.
Public property ImageSize
Size of the image, in pixels. For images with multiple frames, the size is that of the frame specified by FrameIndex.
Public property Resource
The underlying resource.

See Also

IImageResource Interface

Lumia.Imaging Namespace