Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageService Class
Methods


In This Topic
    NImageService Class Members
    In This Topic

    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  
    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.  
    Top
    See Also