NevronOpenVision
Nevron.Nov.Graphics Namespace / NImageService Class
Methods


NImageService Class Members

The following tables list the members exposed by NImageService.

Public Methods
 NameDescription
Public MethodDecodes the specified image data.  
Public MethodEncodes a raster image into the specified image format.  
Top
Protected Methods
 NameDescription
Internal Method  
Protected MethodDecodes the specified image data, using the image decoding capabilities of the underlying platform. Must be implemented in the image service of a platform host.  
Protected MethodEncodes 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.  
Protected MethodEncodes 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.  
Protected MethodEncodes 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.  
Protected MethodEncodes 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.  
Internal Method  
Top
See Also