CalendarView for WinForms
TextOut メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : TextOut メソッド
A string that saves the characters to be written.
A System.Drawing.Point that indicates the reference point that the system uses to align the string.
Writes a character string at the specified location, using the currently selected font, background color, and text color.
シンタックス
'宣言
 
Public Sub TextOut( _
   ByVal text As System.String, _
   ByVal position As System.Drawing.Point _
) 
public void TextOut( 
   System.string text,
   System.Drawing.Point position
)

パラメータ

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.
参照

DeviceContext クラス
DeviceContext メンバ