Draws borders of object.

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

Syntax

C#
protected virtual void DrawBorders(
	Graphics graphics,
	Rectangle outerRect,
	OffsetsI borders
)
Visual Basic
Protected Overridable Sub DrawBorders ( _
	graphics As Graphics, _
	outerRect As Rectangle, _
	borders As OffsetsI _
)

Parameters

graphics
Type: System.Drawing..::..Graphics
Graphics object on which the object is being drawn.
outerRect
Type: System.Drawing..::..Rectangle
Outer rectangle of borders.
borders
Type: C1.C1Preview..::..OffsetsI
Sizes of borders.

See Also