FlexPivot for WinForms
Render(Graphics,Rectangle,String,Image,DrawCellFlags) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellStyle クラス > Render メソッド : Render(Graphics,Rectangle,String,Image,DrawCellFlags) メソッド
System.Drawing.Graphics object to render into.
Area where the element will be displayed.
Text to render.
Image to render.
Combination of DrawCellFlags that determines which elements will be rendered.
Renders a string and an image into a System.Drawing.Graphics object using this style.
シンタックス
'宣言
 
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, _
   ByVal flags As DrawCellFlags _
) 
public void Render( 
   System.Drawing.Graphics g,
   System.Drawing.Rectangle rc,
   System.string str,
   System.Drawing.Image img,
   DrawCellFlags flags
)

パラメータ

g
System.Drawing.Graphics object to render into.
rc
Area where the element will be displayed.
str
Text to render.
img
Image to render.
flags
Combination of DrawCellFlags that determines which elements will be rendered.
解説
This method allows using CellStyle objects to render objects outside the grid. It can be useful when implementing owner-drawn applications and style editors for example.
参照

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