バージョン

Text コンストラクタ(Rectangle,String,LabelStyle)

Textのコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal bounds As Rectangle, _
   ByVal text As String, _
   ByVal style As LabelStyle _
)
public Text( 
   Rectangle bounds,
   string text,
   LabelStyle style
)

パラメータ

bounds
このテキストプリミティブの境界長方形。
text
このテキストプリミティブに表示する文字列。
style
このテキストプリミティブの表示スタイルに関連する設定を含むラベルスタイル。
参照