FlexGrid for WinForms
Render(Graphics,Rectangle,String,Image,DrawColorMode) メソッド

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > CellStyle クラス > Render メソッド : Render(Graphics,Rectangle,String,Image,DrawColorMode) メソッド
レンダリング先の System.Drawing.Graphics オブジェクト。
要素が表示される領域。
レンダリングするテキスト。
レンダリングする画像。
レンダリングカラーモード。
このスタイルを使用して、文字列と画像を System.Drawing.Graphics オブジェクトにレンダリングします。
シンタックス
'宣言
 
Public Overloads Sub Render( _
   ByVal g As System.Drawing.Graphics, _
   ByVal rc As System.Drawing.Rectangle, _
   ByVal str As System.String, _
   ByVal img As System.Drawing.Image, _
   Optional ByVal colorMode As DrawColorMode _
) 
public void Render( 
   System.Drawing.Graphics g,
   System.Drawing.Rectangle rc,
   System.string str,
   System.Drawing.Image img,
   DrawColorMode colorMode
)

パラメータ

g
レンダリング先の System.Drawing.Graphics オブジェクト。
rc
要素が表示される領域。
str
レンダリングするテキスト。
img
レンダリングする画像。
colorMode
レンダリングカラーモード。
参照

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