Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class
Properties Methods

In This Topic
    PathBuilder Class Members
    In This Topic

    The following tables list the members exposed by PathBuilder.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PathBuilder class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating if the active figure contains one or more segments.  
    Public PropertyGets the list of figures to be converted to a path.  
    Public PropertyGets a value indicating if there is an active figure to update.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a single arc to the path geometry.  
    Public MethodCreates a cubic Bezier curve and adds it to the figure.  
    Public MethodCreates a sequence of cubic Bezier curves and adds them to the figure.  
    Public MethodAdds an existing figure to the path.  
    Public MethodAdds one or several existing figures to the path.  
    Public MethodOverloaded. Creates a line segment between the current point and the specified end point and adds it to the figure.  
    Public MethodCreates a sequence of lines using the specified points and adds them to the figure.  
    Public MethodCreates a quadratic Bezier curve and adds it to the figure.  
    Public MethodCreates a sequence of quadratic Bezier curves and adds them to the figure.  
    Public MethodOverloaded. Starts a new figure at the specified point.  
    Public MethodDiscards the active figure.  
    Public MethodClears the list of figures and all pending changes.  
    Public MethodEnds the current figure; optionally, closes it.  
    Public MethodOverloaded. Creates a GraphicsPath from the current set of figures.  
    Top
    See Also