PrintDocument for WinForms
GetMetrics(Char,Char) メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > FontSubSet クラス > GetMetrics メソッド : GetMetrics(Char,Char) メソッド
The high code (Unicode) of surrogate character.
The high code (Unicode) of surrogate character.
Gets the metrics for a character (code, glyph index, width).
シンタックス
'宣言
 
Public Overloads Function GetMetrics( _
   ByVal highSurrogate As System.Char, _
   ByVal lowSurrogate As System.Char _
) As GlyphMetrics
'使用法
 
Dim instance As FontSubSet
Dim highSurrogate As System.Char
Dim lowSurrogate As System.Char
Dim value As GlyphMetrics
 
value = instance.GetMetrics(highSurrogate, lowSurrogate)
public GlyphMetrics GetMetrics( 
   System.char highSurrogate,
   System.char lowSurrogate
)

パラメータ

highSurrogate
The high code (Unicode) of surrogate character.
lowSurrogate
The high code (Unicode) of surrogate character.

戻り値の型

The metrics for a character (code, glyph index, width).
参照

FontSubSet クラス
FontSubSet メンバ
オーバーロード一覧