IBitmap class
IBitmap class
Represents a bitmap image.
The IBitmap type exposes the following members:
Properties
| Property | Description |
|---|---|
| width | Gets the width of the bitmap image. |
| height | Gets the height of the bitmap image. |
| horizontal_resolution | Gets the horizontal resolution of the bitmap image. |
| vertical_resolution | Gets the vertical resolution of the bitmap image. |
| color_space | Gets the color space IBitmap.color_space of the bitmap image. |
| color_table | Gets the color table of the bitmap image. |
| format | Gets the format of the bitmap image WebImageFormat. |
Methods
| Method | Description |
|---|---|
| save | Saves the bitmap image to the specified stream with the specified image format and quality. |
| set_transparent | Sets the specified color as transparent in the bitmap image. |
| apply_opacity | Applies the specified opacity to the bitmap image. |
| draw_bitmap | Draws the specified source rectangle of the given bitmap onto the specified destination rectangle of the current bitmap. |
| fill_rectangle | Fills the specified rectangle with the specified brush. |
| rotate_flip | Rotates and flips the bitmap image according to the specified rotation and flip type. |
| get_pixels_map | Retrieves the pixel map representation of the bitmap image, optionally converting to monochrome and allowing transparency color conversion. |
See Also
- module
aspose.svg.drawing - class
WebImageFormat