バージョン

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

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

パラメータ

pos
テキストプリミティブの描画に使用する中心点。
text
このテキストプリミティブに表示する文字列。
参照