Draws formatted text in the specified rectangle.
シンタックス
'宣言
Public Sub DrawText( _
ByVal As System.String, _
ByVal As System.Drawing.Rectangle, _
ByVal As TextFormat _
)
public void DrawText(
System.string ,
System.Drawing.Rectangle ,
TextFormat
)
パラメータ
- text
- The string that specifies the text to be drawn.
- rectangle
- Contains the rectangle in which the text is to be formatted.
- format
- Specifies the method of formatting the text.
参照