'宣言 Public Function GetCharForGlyph( _ ByVal glyphIndex As System.Integer _ ) As System.Char
public System.char GetCharForGlyph( System.int glyphIndex )
パラメータ
- glyphIndex
- グリフインデックス。
戻り値の型
グリフインデックスに対応する文字を返します。
'宣言 Public Function GetCharForGlyph( _ ByVal glyphIndex As System.Integer _ ) As System.Char
public System.char GetCharForGlyph( System.int glyphIndex )