Gets or sets Y-coordinate of the upper-left corner of the rectangle. Syntax
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.
Public Methods
Public Methods
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.
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.
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.
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.
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.
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.