For a list of all members of this type, see RasterImage members.
| 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. |