XpsDevice.FillText

XpsDevice.FillText method

指定した位置に指定したテキスト文字列を入力します。

public override void FillText(string text, PointF pt)
パラメータタイプ説明
textString埋める文字列。
ptPointFテキストの座標を指定するポイント。

関連項目