ActiveReports Developer 7
IPathEx Interface Members
See Also  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : IPathEx Interface

Glossary Item Box

The following tables list the members exposed by IPathEx.

Public Methods

 NameDescription
 MethodAddArcAppends an elliptical arc to the current figure  
 MethodAddCurveAdds a spline curve to the current figure  
 MethodAddEllipseAdds an ellipse to the current path  
 MethodAddLineAppends a line segment to this DDPath  
 MethodAddLinesAppends multiple line segments to this DDPath  
 MethodAddLineToAdds line from path's current end point to the specified point  
 MethodAddPathAppends the specified DDPath object to this path  
 MethodCloneCreates an exact copy of this IPathEx  
 MethodCloseAllFiguresCloses all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point.  
 MethodGetBounds
Returns a rectangle bounding this path.
 
 MethodIsVisibleIndicated whether the specifies System.Drawing.PointF is contained withing this path.  
Top

See Also