Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterImage Class Methods
See Also 
Leadtools Namespace : RasterImage Class


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

Public Methods

 NameDescription
Public Method ChangeCompression Compresses or decompresses an image.  
Public Method ChangeViewPerspective Rotates and flips this RasterImage data as necessary to achieve the desired view perspective.  
Public Method CloneOverloaded.  Creates a new RasterImage object by copying this object.  
Public Method DisableEvents Called to disable raising the RasterImage.Changed event.  
Public Method DisposeOverloaded.  Releases all resources used by this RasterImage  
Public Method EnableEvents Called to enable raising the RasterImage.Changed event.  
Public Method FlipViewPerspective Flips this RasterImage by changing the RasterImage.ViewPerspective.  
Public Method GetPixelColor Returns the color of the specified pixel.  
Public Method GetPixelData Returns the pixel data of the specified pixel.  
Public Method GetRow Retrieves a row from this RasterImage.  
Public Method GetRowColumn Accepts a column offset to retrieve data from this RasterImage and place it in a buffer.  
Public Method OnChanged Raises the RasterImage.Changed event.  
Public Method PaintOverloaded.  Displays this RasterImage in the given device context.  
Public Method PointFromImage Translates a point from this RasterImage view perspective to the specified view perspective.  
Public Method PointToImage Translates a point from the specified view perspective to this RasterImage view perspective.  
Public Method RectangleFromImage Translates a rectangle from this RasterImage view perspective to the specified view perspective.  
Public Method RectangleToImage Translates a rectangle from a specified view perspective to this RasterImage view perspective.  
Public Method RotateViewPerspective Rotates this RasterImage by changing the RasterImage.ViewPerspective.  
Public Method SetPalette Replaces this RasterImage color palette.  
Public Method SetPixelColor Changes the color value of the specified pixel.  
Public Method SetPixelData Changes the data of the specified pixel.  
Public Method SetRow Copies a row of image data from a buffer to this RasterImage.  
Public Method SetRowColumn Copies a row of image data from a buffer to this RasterImage.  
Top

Protected Methods

 NameDescription
Protected Method FinalizeOverridden.  Overrides Finalize.  
Top

See Also