Class GorgonGlyphBrush
A brush used to paint the glyphs when generating a font.
Inheritance
GorgonGlyphBrush
Inherited Members
Namespace: Gorgon.Graphics.Fonts
Assembly: Gorgon.Graphics.Fonts.dll
Syntax
public abstract class GorgonGlyphBrush : IGorgonCloneable<GorgonGlyphBrush>, IEquatable<GorgonGlyphBrush>
Properties
| Edit this page View SourceBrushType
Property to return the type of brush.
Declaration
public abstract GlyphBrushType BrushType { get; }
Property Value
Type | Description |
---|---|
GlyphBrushType |
Methods
| Edit this page View SourceClone()
Function to clone an object.
Declaration
public abstract GorgonGlyphBrush Clone()
Returns
Type | Description |
---|---|
GorgonGlyphBrush | The cloned object. |
Equals(GorgonGlyphBrush)
Indicates whether the current object is equal to another object of the same type.
Declaration
public abstract 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).
|
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
|
Overrides
| Edit this page View SourceGetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |