PaintLayerOptions Class

Summary:

Module: aspose.gis.painting

Full Name: aspose.gis.painting.PaintLayerOptions

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
by_default [static]PaintLayerOptionsr
crisp_edgesboolr
opacitydoubler
scale_xdoubler
scale_ydoubler

Methods

NameDescription
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

TypeDescription
PaintLayerOptions

Method: clone()

 clone() 

Creates a new object that is a copy of the current instance.

Returns

TypeDescription
PaintLayerOptions

Method: nearly_equal(other)

 nearly_equal(other) 

Parameters:

ParameterTypeDescription
otherPaintLayerOptions

Returns

TypeDescription
bool

Method: with_opacity(new_opacity)

 with_opacity(new_opacity) 

Parameters:

ParameterTypeDescription
new_opacitydouble

Returns

TypeDescription
PaintLayerOptions

Method: with_scale(new_scale_x, new_scale_y)

 with_scale(new_scale_x, new_scale_y) 

Parameters:

ParameterTypeDescription
new_scale_xdouble
new_scale_ydouble

Returns

TypeDescription
PaintLayerOptions