Click or drag to resize

BrushType Enumeration

Designates the type of the brush.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[SerializableAttribute]
public enum BrushType
Members
Member nameValueDescription
SolidBrush0Brush that has a single uniform color.
HatchBrush1Brush that paints using a hatch pattern.
TextureBrush2Brush using an image.
LinearGradientBrush3Brush that changes color along a linear path.
PathGradientBrush4Brush that changes color using a path (typically the path of the shape).
SigmaBellShapeLinearGradientBrush5Brush that changes color with a sigma bell shaped function along a linear path.
TriangularShapeLinearGradientBrush6Brush that changes color with a triangular shaped function along a linear path.
SigmaBellShapePathGradientBrush7Brush that changes color with a sigma bell shaped function along a path (typically the path of the shape).
TriangularShapePathGradientBrush8Brush that changes color with a triangular shaped function along a path (typically the path of the shape).
SyntheticTextureBrush9Brush that used a synthetic (calculated) texture.

The BrushType type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also