True DBGrid for WinForms
RenderDirectText メソッド

C1.Win.C1TrueDBGrid.4 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1OwnerDrawPrint クラス : RenderDirectText メソッド
レンダリングを開始する X 座標。
レンダリングを開始する Y 座標。
レンダリングするテキスト。
レンダリングしたテキストの幅。
使用するフォント。
テキストの色。
テキストをレンダリングする配置。
ドキュメントのテキストをレンダリングします。
シンタックス
'宣言
 
Public Sub RenderDirectText( _
   ByVal x As System.Object, _
   ByVal y As System.Object, _
   ByVal text As System.String, _
   ByVal width As System.Object, _
   ByVal font As System.Drawing.Font, _
   ByVal textColor As System.Drawing.Color, _
   ByVal horzAlign As AlignHorzEnum _
) 
public void RenderDirectText( 
   System.object x,
   System.object y,
   System.string text,
   System.object width,
   System.Drawing.Font font,
   System.Drawing.Color textColor,
   AlignHorzEnum horzAlign
)

パラメータ

x
レンダリングを開始する X 座標。
y
レンダリングを開始する Y 座標。
text
レンダリングするテキスト。
width
レンダリングしたテキストの幅。
font
使用するフォント。
textColor
テキストの色。
horzAlign
テキストをレンダリングする配置。
参照

C1OwnerDrawPrint クラス
C1OwnerDrawPrint メンバ