'宣言 Public Sub DrawText( _ ByVal text As System.String, _ ByVal rectangle As System.Drawing.Rectangle, _ ByVal format As TextFormat _ )
public void DrawText( System.string text, System.Drawing.Rectangle rectangle, TextFormat format )
パラメータ
- 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.