MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class
Properties Methods

GraphicsPath Class Members

The following tables list the members exposed by GraphicsPath.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets the points in the path.  
Public Property  
Top
Public Methods
 NameDescription
Public MethodAppends an elliptical arc to the current figure.  
Public MethodAdds a sequence of connected cubic Bézier curves to the current figure.  
Public MethodAdds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array.  
Public MethodAdds an ellipse to the current path.  
Public MethodOverloaded. Appends a line segment to this GraphicsPath.  
Public MethodAppends a series of connected line segments to the end of this GraphicsPath.  
Public MethodAppends the specified GraphicsPath to this path.  
Public MethodAdds a polygon to this path.  
Public MethodAdds a rectangle to this path and closes the figure.  
Public MethodCreates an exact copy of this path.  
Public MethodCloses 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.  
Public MethodCloses the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point.  
Public Method  
Public MethodConverts each curve in this path into a sequence of connected line segments.  
Public MethodReturns a rectangle that bounds this GraphicsPath.  
Public MethodGets the last point in the PathPoints array of this GraphicsPath.  
Public MethodIndicates whether the specified point is contained within this GraphicsPath.  
Public MethodReverses the order of points in the PathPoints array of this GraphicsPath.  
Public MethodApplies a transform matrix to this GraphicsPath.  
Public MethodReplaces this path with sequence of connected line segments that enclose the area.  
Top
See Also