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