Class GlyphUInt32Id

GlyphUInt32Id class

Represents integer glyph id.

public class GlyphUInt32Id : GlyphId

Constructors

NameDescription
GlyphUInt32Id(uint)Initializes new GlyphUInt32Id object.

Properties

NameDescription
static NotDefId { get; }Gets not default value.
Value { get; set; }Gets or sets int value of the ID.

Methods

NameDescription
override Equals(object)Returns true if Ids are equal.
override GetHashCode()GetHashCode implementation.
virtual ToGlyphStringId()Virtual cast to GlyphUInt32Id. GlyphUInt32Id overrides to return instance.
override ToGlyphUInt32Id()Cast GlyphId to GlyphUInt32Id
override ToString()Gets or sets string representation of the integer value.
operator ==Equality operator implementation.
operator !=Inequality operator implementation.

See Also