Version

Search Results

Y Property (IRectangle)

Gets or sets Y-coordinate of the upper-left corner of the rectangle. Syntax

IShapes Interface

Represents a shape factory. Syntax Remarks This interface provides a collection of methods to create basic shape elements including Labels, Lines, Rectangles, Ellipses, Arcs, Paths, etc. To perform more sophisticated graphical output, see the Infragistics.Documents.Reports.Report.ICanvas element.

IShapes Interface Members

Public Methods

IShapes Interface Methods

Public Methods

AddArc Method

Creates a new arc object that implements the IArc interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IArc interface.

AddEllipse Method

Creates a new ellipse object that implements the IEllipse interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IEllipse interface.

AddLabel Method

Creates a new label object that implements the ILabel interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the ILabel interface.

AddLine Method

Creates a new line object that implements the ILine interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the ILine interface.

AddPath Method

Creates a new path object that implements the IPath interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IPath interface.

AddPie Method

Creates a new pie object that implements the IPie interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IPie interface.