Aspose::Font::Glyphs::GlyphUInt32Id 类

GlyphUInt32Id class

表示整数字形 ID。

class GlyphUInt32Id : public Aspose::Font::Glyphs::GlyphId

方法

方法描述
CompareTo(System::SharedPtr<GlyphId>) override
Equals(System::SharedPtr<System::Object>) override如果 Id 相等则返回 true。
static get_NotDefId()获取非默认值。
get_Value() const获取 ID 的整数值。
GetHashCode() const overrideGetHashCode 实现。
GlyphUInt32Id(uint32_t)初始化新的 GlyphUInt32Id 对象。
set_Value(uint32_t)设置 ID 的整数值。
ToGlyphUInt32Id() overrideGlyphId 强制转换为 GlyphUInt32Id
ToString() const override获取或设置整数值的字符串表示形式。

另见