[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.baseChartTitle.Draw

Draw Method

Draw(Graphics, Rectangle)

Draws the rectangle.

Declaration
public override void Draw(Graphics g, Rectangle r)
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

Rectangle r

Rectangle to draw.

Overrides