C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / iChartRect Interface / Draw Method
A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
A rectangle area to draw.

In This Topic
Draw Method (iChartRect)
In This Topic
Draws rectangle.
Syntax
'Declaration
 
Sub Draw( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle _
) 
 

Parameters

g
A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
r
A rectangle area to draw.
See Also