The following tables list the members exposed by RasterImage.
| Name | Description | |
|---|---|---|
| RasterImage Constructor | Constructs a new RasterImage object using the specified parameters. |
| Name | Description | |
|---|---|---|
| BitsPerPixel | Gets the number of bits per pixel for this RasterImage |
| BytesPerLine | Gets the number of bytes per scanline for this RasterImage. |
| DataSize | Gets the size, in bytes, of this RasterImage data buffer. |
| Height | Gets the height of this RasterImage in pixels. |
| ImageHeight | Gets the height of this RasterImage in pixels, taking RasterImage.ViewPerspective into account. |
| ImageWidth | Gets the width of this RasterImage in pixels, taking RasterImage.ViewPerspective into account. |
| InternalHandle | For Internal use only. |
| IsAllocated | Determines if this RasterImage has memory allocated for the data. |
| IsBasic | Determines whether this RasterImage data is basic. |
| IsCompressed | Determines if the memory allocated for this RasterImage data is compressed memory. |
| IsConventionalMemory | Determines if the memory allocated for this RasterImage data is in conventional (Windows) memory. |
| IsDiskMemory | Determines if the memory allocated for the RasterImage data is allocated as a disk file rather than in conventional memory. |
| IsFlipped | Determines whether this RasterImage has a a flipped RasterImage.ViewPerspective. |
| IsGray | Determines whether this RasterImage is grayscale. |
| IsMirrored | Determines whether this RasterImage data is mirrored. |
| IsRotated | Determines whether this RasterImage has a rotated RasterImage.ViewPerspective. |
| IsSuperCompressed | Determines if the memory allocated for this RasterImage data is super compressed memory. |
| IsTiled | Determines if the memory allocated for this RasterImage data is allocated in tiles. |
| Order | Gets the color order of this RasterImage. |
| OriginalFormat | Gets or sets the original format of this RasterImage. |
| PaintContrast | Gets or sets the current contrast value for this RasterImage. |
| PaintGamma | Gets or sets the current gamma correction value for this RasterImage. |
| PaintIntensity | Gets or sets the current intensity value for this RasterImage. |
| Palette | Gets the palette for this RasterImage. |
| ViewPerspective | Gets the view perspective of this RasterImage. |
| Width | Gets the width of this RasterImage in pixels. |
| XResolution | Gets this RasterImage horizontal resolution, in dots per inch. |
| YResolution | Gets this RasterImage vertical resolution, in dots per inch. |
| 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. |