ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class
Properties Methods

In This Topic
    PathEx Class Members
    In This Topic

    The following tables list the members exposed by PathEx.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property  
    Public Property  
    Public PropertyGets current path points.  
    Public PropertyGets internal path representation.  
    Top
    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