ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class
Properties Methods

In This Topic
    XLPath Class Members
    In This Topic

    The following tables list the members exposed by XLPath.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a end point of this path.  
    Public PropertyGets a value indicating if the active figure contains one or more segments.  
    Public PropertyGets a value indicating if there is an active figure to update.  
    Public PropertyGets GrapeCity.Documents.Drawing.FillMode method used to determine whether a given point is part of the geometry.  
    Public PropertyGets a value indicating if the path is closed for subsequent modifications.  
    Public PropertyGets a start point of this path.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a single arc to the path geometry.  
    Public MethodCreates a cubic Bezier curve between the current point and the specified end point.  
    Public MethodAdds the ellipse figure for this path.  
    Public MethodCreates a line segment between the current point and the specified end point and adds it to the geometry sink.  
    Public MethodAdds pie figure for this path.  
    Public MethodAdds the polygon figure for this path.  
    Public MethodCreates a quadratic Bezier curve between the current point and the specified end point.  
    Public MethodAdds the rectangle figure for this path.  
    Public MethodOverloaded. Adds the round rectangle figure for this path.  
    Public MethodStarts a new figure at the specified point.  
    Public MethodDiscards the active figure.  
    Public MethodCloses the path for modifications. The path cannot be modified after it is closed.  
    Public Method  
    Public MethodOverloaded. Draws a path defined by points and types.  
    Public MethodOverloaded. Ends the current figure; optionally, closes it.  
    Public MethodFills a path defined by points and types.  
    Public MethodOverloaded. Returns a rectangle that bounds this path.  
    Public MethodRestore clipping.  
    Public MethodApply this path for clipping.  
    Public MethodSpecifies the method used to determine which points are inside the geometry described by this path and which points are outside.  
    Top
    See Also