Ribbon for WinForms
Layout(IntPtr,String,Font,Brush,Single,Boolean) メソッド

C1.Win.4.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlRenderer クラス > Layout メソッド : Layout(IntPtr,String,Font,Brush,Single,Boolean) メソッド
The graphics device context handler.
The text for create or update in the HTML element.
The font of the text.
The text brush.
The width in points.
The right-to-left layout.
Create or update this HtmlElement with the provided info.
シンタックス
'宣言
 
Public Overloads Sub Layout( _
   ByVal hdc As IntPtr, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal brush As Brush, _
   ByVal width As Single, _
   Optional ByVal rtl As Boolean _
) 
public void Layout( 
   IntPtr hdc,
   string text,
   Font font,
   Brush brush,
   float width,
   bool rtl
)

パラメータ

hdc
The graphics device context handler.
text
The text for create or update in the HTML element.
font
The font of the text.
brush
The text brush.
width
The width in points.
rtl
The right-to-left layout.
参照

HtmlRenderer クラス
HtmlRenderer メンバ
オーバーロード一覧