Name | Description | |
---|---|---|
![]() | NHttpImageSource Constructor | Overloaded. |
The following tables list the members exposed by NHttpImageSource.
Name | Description | |
---|---|---|
![]() | NHttpImageSource Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | m_fUniformAlpha | If all pixels of the image have the same alpha value, the field stores the alpha value as a number in the range [0, 1]. If the alpha value varies accross pixels, the value must be -1. If not calculated yet, the value must be -2. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | m_ImageCacheLock | (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | m_ImageData | The image bytes. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | m_Lock | An object for locking thread operations. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | m_RequestStatus | The current request status. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
Name | Description | |
---|---|---|
![]() | AnimateFrames | 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. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | Bounds | Gets the image natural bounds. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | DataException | Gets the exception that has been thrown during retrieval of image source data. Returns null if no exception has been thrown. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | FrameCount | Gets the number of frames in the image. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | FrameIndex | Gets/Sets the index of the current frame. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
![]() | Height | Gets the height of this image source. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | ImageFormat | Gets the image format of the encoded image. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
![]() | ImageInfo | Gets information about the current image data. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | IsAnimating | Gets whether the image source is currently being animated. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
![]() | IsMutable | Returns true if the image source data can change during the lifetime of this image source. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | LoopCount | Get/Sets the number of times to loop the animation of a multi-frame image. A value of 0 indicates infinite looping. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
![]() | RequestStatus | Gets the current request status of the image source. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | ResponseStatus | Gets the current response status. Valid only if the request status is set to Completed, otherwise ENAsyncResponseStatus.Failed is returned. |
![]() | Uri | Gets the image's URI (Uniform Resource Identifier). (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | Width | Gets the width of this image source. (Inherited from Nevron.Nov.Graphics.NImageSource) |
Name | Description | |
---|---|---|
![]() | CopyAnimationProperties | Copies all properties related to animation from the given image source to this image source. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
![]() | CreateFrameRaster | Creates a raster for the frame at the given zero-based index. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
![]() | CreateRaster | Creates a new raster from the native image data of this source. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | DeepClone | Overridden. Creates an identical copy of this object. |
![]() | Deserialize | Deserializes the object state from the specified property bag. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | Equals | Overridden. Determines whether the specified object is equal to the current object. |
![]() | GetEncodedData | Obtains encoded image data for this image source. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | GetHashCode | Overridden. Serves as a hash function for this type. |
![]() | PlayMetafileCached | Gets a (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | SafeCreateRaster | Creates a new raster from the native image data of this source. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | Serialize | Serializes the object state into the specified property bag. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | TryGetUniformAlpha | Determines whether all of the image's pixels have the same alpha value and obtains this alpha value. (Inherited from Nevron.Nov.Graphics.NImageSource) |
Name | Description | |
---|---|---|
![]() | ClearCachedInfo | Clears the image source's cached data. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
![]() | GetDescriptionPairs | Get description pairs (Inherited from Nevron.Nov.Graphics.NUriImageSource) |
![]() | LoadImageData | Overridden. Overriden to send the HTTP request that gets the image data. This method is always executed on the UI thread. |
![]() | OnImageDataChanged | Clears cached data and raises the ImageDataChanged event. (Inherited from Nevron.Nov.Graphics.NImageSource) |
![]() | UpdateImageInfo | Updates the image format and the image info of this image source. (Inherited from Nevron.Nov.Graphics.NEncodedImageSource) |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when this image source has changed. (Inherited from Nevron.Nov.Graphics.NImageSource) |