Version

IPath Interface Members

The following tables list the members exposed by IPath.

Public Properties
 NameDescription
 PropertyBrushGets or sets a Infragistics.Documents.Reports.Graphics.Brush object that defines the color and texture to fill the path.  
 PropertyPenGets or sets a Infragistics.Documents.Reports.Graphics.Pen object that defines the color, width and style to draw the path.  
Public Methods
 NameDescription
 MethodClosePathCloses a path.  
 MethodCurveToDraws a Bezier spline.  
 MethodLineToDraws a line.  
 MethodMoveToEstablishes a new current point.  
See Also