ComponentOne FlexGrid for WinForms
Render(Graphics,Rectangle,Image) Method

C1.Win.C1FlexGrid Namespace > CellStyle Class > Render Method : Render(Graphics,Rectangle,Image) Method
System.Drawing.Graphics object to render into.
Area where the element will be displayed.
Image to render.
Renders a string and an image into a System.Drawing.Graphics object using this style.
Syntax
'Declaration
 
Public Overloads Sub Render( _
   ByVal g As Graphics, _
   ByVal rc As Rectangle, _
   ByVal img As Image _
) 
public void Render( 
   Graphics g,
   Rectangle rc,
   Image img
)

Parameters

g
System.Drawing.Graphics object to render into.
rc
Area where the element will be displayed.
img
Image to render.
See Also

Reference

CellStyle Class
CellStyle Members
Overload List