C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChartStyle Class / Draw Method / Draw(Graphics,Rectangle,String,Image,Double,PointF) Method
A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
The rectangle area to draw.
The string to draw.
The image to draw.
The orientation angle.
The orientation pivot.

In This Topic
Draw(Graphics,Rectangle,String,Image,Double,PointF) Method
In This Topic
Draws the content at the specified location and with the specified size.
Syntax
'Declaration
 
Public Overloads Overridable Sub Draw( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal s As System.String, _
   ByVal img As System.Drawing.Image, _
   ByVal orientationAngle As System.Double, _
   ByVal orientationPivot As System.Drawing.PointF _
) 
 

Parameters

g
A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
r
The rectangle area to draw.
s
The string to draw.
img
The image to draw.
orientationAngle
The orientation angle.
orientationPivot
The orientation pivot.
See Also