GlyphUInt32Id
GlyphUInt32Id class
Représente un identifiant de glyphe entier.
public class GlyphUInt32Id : GlyphId
Constructeurs
Propriétés
| Nom | La description |
|---|
| static NotDefId { get; } | N’obtient pas la valeur par défaut. |
| Value { get; set; } | Obtient ou définit la valeur int de l’ID. |
Méthodes
| Nom | La description |
|---|
| override Equals(object) | Renvoie vrai si les identifiants sont égaux. |
| override GetHashCode() | Implémentation de GetHashCode. |
| virtual ToGlyphStringId() | Conversion virtuelle en GlyphUInt32Id. GlyphUInt32Id remplace pour renvoyer l’instance. |
| override ToGlyphUInt32Id() | Convertir GlyphId en GlyphUInt32Id |
| override ToString() | Obtient ou définit la représentation sous forme de chaîne de la valeur entière. |
| operator == | Implémentation de l’opérateur d’égalité. |
| operator != | Implémentation de l’opérateur d’inégalité. |
Voir également