Nevron .NET Vision
Nevron.GraphicsCore Namespace / INRasterImage Interface
Properties Methods

In This Topic
    INRasterImage Interface Members
    In This Topic

    The following tables list the members exposed by INRasterImage.

    Public Properties
     NameDescription
     PropertyGets/sets the represented image  
     PropertyReturns the size of the image in pixels. (Inherited from Nevron.GraphicsCore.INImage)
    Top
    Public Methods
     NameDescription
     MethodConverts the image to grayscale.  
     MethodPlaces the image on the clipboard. (Inherited from Nevron.GraphicsCore.INImage)
     Method (Inherited from System.IDisposable)
     MethodSaves the image to a base64 string (Inherited from Nevron.GraphicsCore.INImage)
     MethodSaves the image to byte array (Inherited from Nevron.GraphicsCore.INImage)
     MethodSaves the image to a file. (Inherited from Nevron.GraphicsCore.INImage)
     MethodSaves the image to the specified stream. (Inherited from Nevron.GraphicsCore.INImage)
    Top
    See Also