Writes a character string at the specified location, using the currently selected font, background color, and text color.
シンタックス
'宣言
Public Sub TextOut( _
ByVal As System.String, _
ByVal As System.Drawing.Point _
)
public void TextOut(
System.string ,
System.Drawing.Point
)
パラメータ
- text
- A string that saves the characters to be written.
- position
- A System.Drawing.Point that indicates the reference point that the system uses to align the string.
参照