'Declaration
Protected Sub GetTextRectangle( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Font, _
ByVal As Appearance, _
ByRef As Rectangle, _
ByVal As String _
)
'使用法
Dim instance As EditBaseCellType
Dim g As Graphics
Dim r As Rectangle
Dim f As Font
Dim appearance As Appearance
Dim rText As Rectangle
Dim paintString As String
instance.GetTextRectangle(g, r, f, appearance, rText, paintString)
protected void GetTextRectangle(
Graphics ,
Rectangle ,
Font ,
Appearance ,
ref Rectangle ,
string
)
パラメータ
- g
- テキストを描画するためのグラフィックデバイスインタフェース
- r
- セル矩形
- f
- フォント
- appearance
- 矩形の外観設定
- rText
- 取得するテキスト矩形
- paintString
- 描画する文字列
戻り値の型
テキストの Rectangle(rText パラメータに返されます)