[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.RoundRect.-ctor

RoundRect Constructor

RoundRect(float, float, float, float, float, float)

Initializes a new instance of the RoundRect class.

Declaration
public RoundRect(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.