Class GorgonGlyphSolidBrush
A brush used to draw glyphs using a solid fill color.
Inherited Members
Namespace: Gorgon.Graphics.Fonts
Assembly: Gorgon.Graphics.Fonts.dll
Syntax
public class GorgonGlyphSolidBrush : GorgonGlyphBrush, IGorgonCloneable<GorgonGlyphBrush>, IEquatable<GorgonGlyphBrush>
Remarks
This is the default brush type used when no brush is specified when creating font glyphs.
Constructors
| Edit this page View SourceGorgonGlyphSolidBrush()
Initializes a new instance of the GorgonGlyphSolidBrush class.
Declaration
public GorgonGlyphSolidBrush()
See Also
Properties
| Edit this page View SourceBrushType
Property to return the type of brush.
Declaration
public override GlyphBrushType BrushType { get; }
Property Value
Type | Description |
---|---|
GlyphBrushType |
Overrides
See Also
Color
Property to set or return the color for the brush.
Declaration
public GorgonColor Color { get; set; }
Property Value
Type | Description |
---|---|
GorgonColor |
See Also
Methods
| Edit this page View SourceClone()
Function to clone an object.
Declaration
public override GorgonGlyphBrush Clone()
Returns
Type | Description |
---|---|
GorgonGlyphBrush | The cloned object. |
Overrides
See Also
Equals(GorgonGlyphBrush)
Indicates whether the current object is equal to another object of the same type.
Declaration
public override bool Equals(GorgonGlyphBrush other)
Parameters
Type | Name | Description |
---|---|---|
GorgonGlyphBrush | other | An object to compare with this object. |
Returns
Type | Description |
---|---|
bool |
true
True
true
true (True in Visual Basic) if the current object is equal to the other parameter; otherwise, falseFalsefalsefalse (False in Visual Basic).
|