PowerTools SPREAD for Windows Forms 8.0J
MeasureString(Graphics,Size,Object) メソッド


文字列を描画するためのグラフィックデバイスインタフェース
デフォルト サイズ
文字列のサイズを測定します。
構文
'Declaration
 
Protected Overridable Function MeasureString( _
   ByVal g As Graphics, _
   ByVal defaultSize As Size, _
   ByVal value As Object _
) As Size
'使用法
 
Dim instance As RichTextCellType
Dim g As Graphics
Dim defaultSize As Size
Dim value As Object
Dim value As Size
 
value = instance.MeasureString(g, defaultSize, value)
protected virtual Size MeasureString( 
   Graphics g,
   Size defaultSize,
   object value
)

パラメータ

g
文字列を描画するためのグラフィックデバイスインタフェース
defaultSize
デフォルト サイズ
value
参照

RichTextCellType クラス
RichTextCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.