IDrawingFactory class
IDrawingFactory class
Represents a factory for creating drawing-related objects.
The IDrawingFactory type exposes the following members:
Methods
| Method | Description |
|---|---|
| create_texture_brush | Creates a texture brush with the specified parameters. |
| create_texture_brush | Creates a texture brush with the specified parameters for an elliptical shape. |
| create_matrix | Creates a new matrix with the same contents as the specified matrix. |
| create_matrix | Creates a new matrix with the specified elements. |
| create_matrix | Creates a new identity matrix. |
| create_solid_brush | Creates a solid brush with the specified color. |
| create_linear_gradient_brush | Creates a linear gradient brush with the specified parameters. |
| create_bitmap_from_image_byte_array | Creates a bitmap from the specified image byte array. |
| create_bitmap_from_pixel_byte_array | Creates a bitmap from the specified pixel byte array with the specified width and height. |
| create_bitmap_from_image_stream | Creates a bitmap from the specified image stream. |
| create_bitmap | Creates a bitmap with the specified width and height. |
| create_codec | Creates a codec for the specified image. |
See Also
- module
aspose.svg.drawing