Class GorgonGlyphHatchBrush
A brush used to draw glyphs using a hatching patterns.
Inherited Members
Namespace: Gorgon.Graphics.Fonts
Assembly: Gorgon.Graphics.Fonts.dll
Syntax
public class GorgonGlyphHatchBrush : GorgonGlyphBrush, IGorgonCloneable<GorgonGlyphBrush>, IEquatable<GorgonGlyphBrush>
Properties
| Edit this page View SourceBackgroundColor
Property to set or return the background color for the hatching pattern.
Declaration
public GorgonColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
GorgonColor |
See Also
BrushType
Property to return the type of brush.
Declaration
public override GlyphBrushType BrushType { get; }
Property Value
Type | Description |
---|---|
GlyphBrushType |
Overrides
See Also
ForegroundColor
Property to set or return the foreground color for the hatching pattern.
Declaration
public GorgonColor ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
GorgonColor |
See Also
HatchStyle
Property to set or return the style to use for the hatching pattern.
Declaration
public GlyphBrushHatchStyle HatchStyle { get; set; }
Property Value
Type | Description |
---|---|
GlyphBrushHatchStyle |
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).
|