Class PaintEngineState
PaintEngineState class
public class PaintEngineState
Constructors
Name | Description |
---|---|
PaintEngineState() | The default constructor. |
Properties
Name | Description |
---|---|
Brush { get; set; } | |
Font { get; set; } | |
IsBrushDirty { get; } | |
IsDirty { get; } | |
IsFontDirty { get; } | |
IsPenDirty { get; } | |
IsTransfromationDirty { get; } | |
Pen { get; set; } | |
Transformation { get; set; } |
Methods
Name | Description |
---|---|
Rotate(double) | |
Rotate(double, double) | |
Scale(double, double) | |
Translate(double, double) |
See Also
- namespace Aspose.Gis.Painting
- assembly Aspose.GIS