| Name | Description |
|---|---|
| Height | Returns the height of the image in pixels. |
| Pixel | Returns the color of the given image pixel. |
| ReadOnly | Specifies whether the image is read-only (cannot be modified). |
| Tiles | Returns a collection of bitmap image tiles. |
| Type | Returns a color type of the image. |
| Width | Returns the width of the image in pixels. |
| Name | Description |
|---|---|
| Blit | Copies a rectangular area of source image into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary. |
| FillArea | Fills the specified area of the image with the given color. |
| FlipArea | Flips an image area along horizontal or vertical axes or both. |
| GetCopy | Returns a copy of the image. |