[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Rect

Rect Class

Represents a rectangle canvas element.

Inheritance
Rect
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class Rect : CanvasItem, IDisposable, ICloneable, IBordered
Examples
public void DrawRect(float startX, float startY, float endX, float endY)
{
	CanvasItems.Add(new Rect(startX,startY,endX,endY));
}

Constructors

Name Description
Rect(float, float, float, float)

Initializes a new instance of the Rect 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.