PaintLayerOptions Class
Contents
[
Hide
]Summary:
Module: aspose.gis.painting
Full Name: aspose.gis.painting.PaintLayerOptions
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| by_default [static] | PaintLayerOptions | r | |
| crisp_edges | bool | r | |
| opacity | double | r | |
| scale_x | double | r | |
| scale_y | double | r |
Methods
| Name | Description |
|---|---|
| allow_crisp_edges() | |
| clone() | Creates a new object that is a copy of the current instance. |
| nearly_equal(other) | |
| with_opacity(new_opacity) | |
| with_scale(new_scale_x, new_scale_y) |
Method: allow_crisp_edges()
allow_crisp_edges()
Returns
| Type | Description |
|---|---|
| PaintLayerOptions |
Method: clone()
clone()
Creates a new object that is a copy of the current instance.
Returns
| Type | Description |
|---|---|
| PaintLayerOptions |
Method: nearly_equal(other)
nearly_equal(other)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | PaintLayerOptions |
Returns
| Type | Description |
|---|---|
| bool |
Method: with_opacity(new_opacity)
with_opacity(new_opacity)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| new_opacity | double |
Returns
| Type | Description |
|---|---|
| PaintLayerOptions |
Method: with_scale(new_scale_x, new_scale_y)
with_scale(new_scale_x, new_scale_y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| new_scale_x | double | |
| new_scale_y | double |
Returns
| Type | Description |
|---|---|
| PaintLayerOptions |