[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.DrawRoundRect

DrawRoundRect Method

DrawRoundRect(float, float, float, float, float, float)

Draws the round rect.

Declaration
public void DrawRoundRect(float left, float top, float width, float height, float edgeWidth, float edgeHeight)
Parameters
Type Name Description
float left

The left.

float top

The top.

float width

The width.

float height

The height.

float edgeWidth

Width of the edge.

float edgeHeight

Height of the edge.

DrawRoundRect(float, float, float, float, float, float, float, float, float)

Renders rounded rect with different corner radiuses.

Declaration
public void DrawRoundRect(float left, float top, float width, float height, float topLeftEdge, float topRightEdge, float bottomLeftEdge, float bottomRightEdge, float precision)
Parameters
Type Name Description
float left
float top
float width
float height
float topLeftEdge
float topRightEdge
float bottomLeftEdge
float bottomRightEdge
float precision

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