PaintEngineOptions Class
Summary:
Module: aspose.gis.painting
Full Name: aspose.gis.painting.PaintEngineOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| PaintEngineOptions() | Initializes a new instance of the PaintEngineOptions class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| background_color | System.Drawing.Color | r/w | |
| height | int | r/w | |
| resolution | int | r/w | |
| width | int | r/w |
Methods
| Name | Description |
|---|---|
| clone() | Creates a new object that is a copy of the current instance. |
Constructor: PaintEngineOptions()
PaintEngineOptions()
Initializes a new instance of the PaintEngineOptions class
Method: clone()
clone()
Creates a new object that is a copy of the current instance.
Returns
| Type | Description |
|---|---|
| PaintEngineOptions |