For internal use.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected abstract void DrawShape(
	Graphics g,
	Rectangle drawBoundsPx,
	ShapeParams shapeParams
)
Visual Basic
Protected MustOverride Sub DrawShape ( _
	g As Graphics, _
	drawBoundsPx As Rectangle, _
	shapeParams As ShapeParams _
)

Parameters

g
Type: System.Drawing..::..Graphics
drawBoundsPx
Type: System.Drawing..::..Rectangle
shapeParams
Type: ShapeParams

See Also