PaintEngineState Class
Summary:
Module: aspose.gis.painting
Full Name: aspose.gis.painting.PaintEngineState
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| PaintEngineState() | Initializes a new instance of the PaintEngineState class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| brush | PainterBrush | r/w | |
| font | System.Drawing.Font | r/w | |
| is_brush_dirty | bool | r | |
| is_dirty | bool | r | |
| is_font_dirty | bool | r | |
| is_pen_dirty | bool | r | |
| is_transfromation_dirty | bool | r | |
| pen | PainterPen | r/w | |
| transformation | MatrixTransformation | r/w |
Methods
| Name | Description |
|---|---|
| rotate(cos, sin) | |
| rotate(degrees) | |
| scale(x, y) | |
| translate(x, y) |
Constructor: PaintEngineState()
PaintEngineState()
Initializes a new instance of the PaintEngineState class