[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.RoundRect

RoundRect Class

Represents a canvas element with a rounded rectangle.

Inheritance
RoundRect
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class RoundRect : CanvasItem, IDisposable, ICloneable, IBordered
Examples
public void DrawRoundRect(float left, float top, float width, float height, float edgeWidth, float edgeHeight)
{
	CanvasItems.Add(new RoundRect(left, top, width, height, edgeWidth, edgeHeight));
}

Constructors

Name Description
RoundRect(float, float, float, float, float, float)

Initializes a new instance of the RoundRect class.

Properties

Name Description
Bounds

Gets the bounds of the item.

Methods

Name Description
Clone()

Performs a cloning of this instance.

ToString()

Returns a string that represents the current object.