类 GlyphUInt32Id

GlyphUInt32Id class

表示整数字形 ID。

public class GlyphUInt32Id : GlyphId

构造函数

名称描述
GlyphUInt32Id(uint)初始化新的 GlyphUInt32Id 对象。

属性

名称描述
static NotDefId { get; }获取非默认值。
Value { get; set; }获取或设置 ID 的整数值。

方法

名称描述
override Equals(object)如果 Id 相等则返回 true。
override GetHashCode()GetHashCode 实现。
virtual ToGlyphStringId()虚拟强制转换为 GlyphUInt32Id。GlyphUInt32Id 重写以返回实例。
override ToGlyphUInt32Id()将 GlyphId 强制转换为 GlyphUInt32Id
override ToString()获取或设置整数值的字符串表示。
operator ==相等运算符实现。
operator !=不等运算符实现。

另见