Interface IBrush
A brush which can be used to draw.
Assembly: AGS.API.dll
Syntax
Properties
|
Improve this Doc
View Source
BackgroundColor
Declaration
Color BackgroundColor { get; }
Property Value
|
Improve this Doc
View Source
Blend
Declaration
Property Value
|
Improve this Doc
View Source
CenterPoint
Declaration
PointF CenterPoint { get; }
Property Value
|
Improve this Doc
View Source
Color
Gets the brush primary color.
Declaration
Property Value
Type |
Description |
Color |
The color.
|
|
Improve this Doc
View Source
FocusScales
Declaration
PointF FocusScales { get; }
Property Value
|
Improve this Doc
View Source
GammaCorrection
Declaration
bool GammaCorrection { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HatchStyle
Declaration
HatchStyle HatchStyle { get; }
Property Value
|
Improve this Doc
View Source
InterpolationColors
Declaration
IColorBlend InterpolationColors { get; }
Property Value
|
Improve this Doc
View Source
LinearColors
Declaration
Color[] LinearColors { get; }
Property Value
|
Improve this Doc
View Source
Declaration
ITransformMatrix Transform { get; }
Property Value
|
Improve this Doc
View Source
Type
Gets the brush type (currently only Solid is supported on all platforms, though other brushes are
expected to work on desktop).
Declaration
Property Value
|
Improve this Doc
View Source
WrapMode
Declaration
WrapMode WrapMode { get; }
Property Value