Name | Description | |
---|---|---|
bSEb | ||
m_ImageData | The image bytes. | |
m_Lock | An object for locking thread operations. | |
m_RequestStatus | The current request status. | |
YrEb |
The following tables list the members exposed by NUriImageSource.
Name | Description | |
---|---|---|
bSEb | ||
m_ImageData | The image bytes. | |
m_Lock | An object for locking thread operations. | |
m_RequestStatus | The current request status. | |
YrEb |
Name | Description | |
---|---|---|
AnimateFrames | Overridden. Gets/Sets a value indicating whether the image source's frames should be animated. Setting this property to true will start animation and setting it to false, stops the animation. | |
IsMutable | Overridden. Returns true if the image source data can change during the lifetime of this image source. | |
RequestStatus | Gets the current request status of the image source. | |
Uri | Gets the image's URI (Uniform Resource Identifier). |
Name | Description | |
---|---|---|
Deserialize | Overridden. Deserializes the object state from the specified property bag. | |
Equals | Determines whether the specified object is equal to the current object. | |
FromUriAsync | Overloaded. Creates an image source based on the specified URI. | |
GetHashCode | Serves as a hash function for this type. | |
Serialize | Overridden. Serializes the object state into the specified property bag. | |
ToString | Returns a string that represents the current object. |
Name | Description | |
---|---|---|
GetDescriptionPairs | Overridden. Get description pairs | |
GetFrameData | Overridden. Returns image data that should be used for rendering of the image source's current frame. Encoded data is returned for encoded images sources with a single frame. Decoded data is returned for NRaster-based image sources and for encoded images sources with animated frames. | |
GetNativeData | Overridden. Gets the image source's image data in encoded form. | |
LoadImageData | Loads the image data. This method is always executed on the UI thread. | |
rdn | Overridden. |