SolidPainterBrush Class

Summary:

Module: aspose.gis.painting

Full Name: aspose.gis.painting.SolidPainterBrush

Inheritance: PainterBrush

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
SolidPainterBrush()Initializes a new instance of the SolidPainterBrush class
SolidPainterBrush(color, style)Initializes a new instance of the SolidPainterBrush class

Properties

NameTypeAccessDescription
colorSystem.Drawing.Colorr
no_brush [static]SolidPainterBrushr
styleBrushStyler

Methods

NameDescription
get_hash_code()

Constructor: SolidPainterBrush()

 SolidPainterBrush() 

Initializes a new instance of the SolidPainterBrush class

Constructor: SolidPainterBrush(color, style)

 SolidPainterBrush(color, style) 

Initializes a new instance of the SolidPainterBrush class

Parameters:

ParameterTypeDescription
colorSystem.Drawing.Color
styleBrushStyle

Method: get_hash_code()

 get_hash_code() 

Returns

TypeDescription
int