MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class

In This Topic
PathEx Class Methods
In This Topic

For a list of all members of this type, see PathEx members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds arc.  
Public MethodAdds curve as already calculated beziers (start, control, control, end-start, control, control, end-start ...).  
Public MethodAdds spline curve.  
Public MethodAdds ellipse to rectangle.  
Public MethodAdds line from point to point.  
Public MethodAdds polyline.  
Public MethodAdds line from last point to point.  
Public MethodOverloaded. Appends path.  
Public MethodAdds polygon.  
Public MethodAdds rectangle and closes the figure.  
Public Method  
Public MethodCloses all figures in current path.  
Public MethodCloses only last figure.  
Public MethodOverloaded. Break beziers to lines.  
Public MethodEvaluates the bounds of the figure specified by the given path.  
Public MethodContains point implementation.  
Public MethodReverses the order of points in the path.  
Public MethodStarts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure.  
Public Method  
Public MethodApplies transformation.  
Public MethodTranslates the path by the given offset.  
Public Method  
Top
See Also