NImageService Class Methods
In This Topic
For a list of all members of this type, see NImageService members.
Public Methods
Protected Methods
| Name | Description |
 | NativeDecodeImageData | Decodes the specified image data, using the image decoding capabilities of the underlying platform. Must be implemented in the image service of a platform host. |
 | NativeEncodeBitmap | Encodes a raster into BMP image format, using the image encoding capabilities of the underlying platform. Must be implemented in the image service of a platform host. |
 | NativeEncodeJpg | Encodes a raster into JPEG image format, using the image encoding capabilities of the underlying platform. Must be implemented in the image service of a platform host. |
 | NativeEncodePng | Encodes a raster into PNG image format, using the image encoding capabilities of the underlying platform. Must be implemented in the image service of a platform host. |
 | NativeEncodeTiff | Encodes a raster into TIFF image format, using the image encoding capabilities of the underlying platform. Must be implemented in the image service of a platform host. |
Top
See Also