Version

Search Results

IPath Interface Properties

Public Properties

Brush Property (IPath)

Gets or sets a Infragistics.Documents.Reports.Graphics.Brush object that defines the color and texture to fill the path. Syntax

ClosePath Method (IPath)

Closes a path. Syntax

CurveTo Method (IPath)

Draws a Bezier spline. Syntax Parameters x1 X-coordinate of the first control point of the curve.y1 Y-coordinate of the first control point of the curve.x2 X-coordinate of the second control point of the curve.y2 Y-coordinate of the second control point of the curve.x3 X-coordinate of the ending point of the curve...

LineTo Method (IPath)

Draws a line. Syntax Parameters x X-coordinate of the specified position.y Y-coordinate of the specified position.

MoveTo Method (IPath)

Establishes a new current point. Syntax Parameters x X-coordinate of the new position.y Y-coordinate of the new position.

Pen Property (IPath)

Gets or sets a Infragistics.Documents.Reports.Graphics.Pen object that defines the color, width and style to draw the path. Syntax

IPie Interface

Represents a pie. Syntax

IPie Interface Members

Public Properties

IPie Interface Properties

Public Properties