PowerTools SPREAD for Windows Forms 8.0J
GetRotatedTextSize(Graphics,String,Font,RectangleF,TextOrientation,Boolean,Boolean,HotkeyPrefix,StringTrimming) メソッド


GDI+グラフィックスサーフェス
文字列
フォント
RectangleF
テキストの向き
テキストを折り返す場合はTrue、それ以外の場合はFalse
複数行テキストを描画する場合は True、それ以外の場合は False
HotkeyPrefix
StringTrimming
指定したフォント、向き、折り返し設定、ホットキー接頭辞、文字列トリミングで、指定したテキストを描画したときのサイズを取得します。
構文
'Declaration
 
Public Overloads Shared Function GetRotatedTextSize( _
   ByVal g As Graphics, _
   ByVal s As String, _
   ByVal font As Font, _
   ByVal r As RectangleF, _
   ByVal textOrientation As TextOrientation, _
   ByVal wordWrap As Boolean, _
   ByVal multiline As Boolean, _
   ByVal hotkeyPrefix As HotkeyPrefix, _
   ByVal stringTrim As StringTrimming _
) As SizeF
'使用法
 
Dim g As Graphics
Dim s As String
Dim font As Font
Dim r As RectangleF
Dim textOrientation As TextOrientation
Dim wordWrap As Boolean
Dim multiline As Boolean
Dim hotkeyPrefix As HotkeyPrefix
Dim stringTrim As StringTrimming
Dim value As SizeF
 
value = ElementWindowless.GetRotatedTextSize(g, s, font, r, textOrientation, wordWrap, multiline, hotkeyPrefix, stringTrim)
public static SizeF GetRotatedTextSize( 
   Graphics g,
   string s,
   Font font,
   RectangleF r,
   TextOrientation textOrientation,
   bool wordWrap,
   bool multiline,
   HotkeyPrefix hotkeyPrefix,
   StringTrimming stringTrim
)

パラメータ

g
GDI+グラフィックスサーフェス
s
文字列
font
フォント
r
RectangleF
textOrientation
テキストの向き
wordWrap
テキストを折り返す場合はTrue、それ以外の場合はFalse
multiline
複数行テキストを描画する場合は True、それ以外の場合は False
hotkeyPrefix
HotkeyPrefix
stringTrim
StringTrimming

戻り値の型

SizeFオブジェクト
参照

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

 

 


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