バージョン

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

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

パラメータ

pos
テキストプリミティブの描画に使用する中心点。
text
このテキストプリミティブに表示する文字列。
style
このテキストプリミティブの表示スタイルに関連する設定を含むラベルスタイル。
参照