バージョン

DrawString(Single,Single,String) メソッド

指定した位置で指定したテキスト文字列を描画します。
シンタックス
'宣言
 
Overloads Sub DrawString( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal text As System.String _
) 
void DrawString( 
   System.float x,
   System.float y,
   System.string text
)

パラメータ

x
テキストの左上隅の X 座標。
y
テキストの左上隅の Y 座標。
text
描画する文字列。
参照

オンラインで表示: GitHub