ImageDevice.DrawString

ImageDevice.DrawString method

指定した位置に文字列を描画します。

public override void DrawString(string str, double x, double y)
パラメータタイプ説明
strString描画するテキスト。
xDouble文字列位置の x 座標。
yDouble文字列位置の y 座標。

関連項目