[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.PageDoubleLineExtensions.DrawRoundRectDoubleLine

DrawRoundRectDoubleLine Method

DrawRoundRectDoubleLine(DrawCanvas, float, float, float, float, float, float, float, float, float)

Draws the double-lined round rect.

Declaration
public static void DrawRoundRectDoubleLine(this DrawCanvas canvas, float left, float top, float width, float height, float topLeftEdge, float topRightEdge, float bottomLeftEdge, float bottomRightEdge, float precision)
Parameters
Type Name Description
DrawCanvas canvas

The canvas where the rect will be drawn.

float left

The left coordinate of the rect.

float top

The top coordinate of the rect.

float width

The width of the rect.

float height

The height of the rect.

float topLeftEdge

Top Left edge of the rect.

float topRightEdge

Top Right edge of the rect.

float bottomLeftEdge

Bottom Left edge of the rect.

float bottomRightEdge

Bottom Right Edge of the rect.

float precision

Parameter to specify when we should fail back to old round rect with equals corners