NevronOpenVision
Nevron.Nov.Graphics Namespace / NRaster Class


In This Topic
    NRaster Class Methods
    In This Topic

    For a list of all members of this type, see NRaster members.

    Public Methods
     NameDescription
    Public MethodClears the raster by setting all pixels to the specified color.  
    Public MethodOverloaded. Returns a raster with the specified pixel format, using the current raster as a source.  
    Public MethodConverts the raster colors to grayscale.  
    Public MethodOverloaded. Copies the raster to the specified raster. Converts to the target raster pixel format if necessary  
    Public MethodCreates a new raster as a portion of the current raster.  
    Public MethodCreates a new raster with the same pixel data and properties as this one.  
    Public MethodDeserializes the raster.  
    Public MethodOverloaded. Encodes the raster to the specified image format.  
    Public MethodFills a rectangle in the raster with the specified color.  
    Public MethodCreates a new raster by flipping the current raster horizontally.  
    Public MethodCreates a new raster by flipping the current raster vertically.  
    Public MethodGets the color of the pixel at the specified coordinates.  
    Public MethodGets the offsets from the raster rim that are fully transparent.  
    Public MethodInverts the brighness of the raster  
    Public MethodInverts the colors of the raster pixels.  
    Public MethodDetermines whether the raster contains only one color.  
    Public Methodstatic (Shared in Visual Basic)Compares the given rasters pixel by pixel and returns whether they are considered equal obeying the specified tolerance and maximum number of pixels that may be different.  
    Public Methodstatic (Shared in Visual Basic)Paints a 2D scene into a newly created raster with the specified dimensions.  
    Public MethodOverloaded. Creates a new raster from this raster and resizes it to the given size.  
    Public MethodCreates a new raster by rotating the current raster at 90 degrees clockwise.  
    Public MethodCreates a new raster by rotating the current raster at 90 degrees counterclockwise.  
    Public MethodSerializes the raster  
    Public MethodSets the color of the pixel at the specified coordinates.  
    Public MethodAttempts to obtain an uniform alpha value from the raster pixels.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also