CalendarView for WinForms
TabbedTextOut メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : TabbedTextOut メソッド
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.
Pointer to an array containing the tab-stop positions. The tab stops must be sorted in increasing order; the smallest x-value should be the first item in the array. If this parameter is null, tabs are expanded to eight times the average character width.
Specifies the x-coordinate of the starting position from which tabs are expanded.
Writes a character string at a specified location, expanding tabs to the values specified in an array of tab-stop positions. Text is written in the currently selected font, background color, and text color.
シンタックス
'宣言
 
Public Function TabbedTextOut( _
   ByVal text As System.String, _
   ByVal position As System.Drawing.Point, _
   ByVal tabStopPositions() As System.Integer, _
   ByVal tabOrigin As System.Integer _
) As System.Drawing.Size
public System.Drawing.Size TabbedTextOut( 
   System.string text,
   System.Drawing.Point position,
   System.int[] tabStopPositions,
   System.int tabOrigin
)

パラメータ

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.
tabStopPositions
Pointer to an array containing the tab-stop positions. The tab stops must be sorted in increasing order; the smallest x-value should be the first item in the array. If this parameter is null, tabs are expanded to eight times the average character width.
tabOrigin
Specifies the x-coordinate of the starting position from which tabs are expanded.

戻り値の型

Returns the dimensions, of the string.
参照

DeviceContext クラス
DeviceContext メンバ