Brush Structure
Represents the color and pattern used to fill polygons and other shapes.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public sealed class Brush : EngineValueType
Remarks
A Brush object holds a number of properties that control how polygons and other shapes are filled. It is used when drawing directly onto a Drawable from a custom visualizer or custom symbol.
Inheritance Hierarchy
System.Object (not available in C#)
EngineValueType
Brush
Platforms
Windows, Linux, Android
Brush Members
The Brush type has the following members.
Constructors
Name | Description |
---|---|
Brush | Initializes a new instance of the Brush class |
Properties
Name | Description |
---|---|
AntiAlias | Gets or sets a value the determines whether to use anti-aliasing when drawing with the Brush. |
Color | Gets or sets the color of the Brush. |
Pattern | Gets or sets a RasterSymbol to use as the pattern of the Brush. |
Gets a static Brush instance with a transparent color. |
Methods
Name | Description |
---|---|
Equals | Overloaded. Determines whether two Brush objects have the same value. |
GetHashCode | Returns the hash code for this Brush. |
Determines whether two specified Brush objects have the same value. | |
Determines whether two specified Brush objects have different values. | |
ToString | Converts this Brush to a human readable string. |