CalendarView for WinForms
DrawText メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : DrawText メソッド
The string that specifies the text to be drawn.
Contains the rectangle in which the text is to be formatted.
Specifies the method of formatting the text.
Draws formatted text in the specified rectangle.
シンタックス
'宣言
 
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.
参照

DeviceContext クラス
DeviceContext メンバ