Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface
Properties Methods

In This Topic
    IPath Interface Members
    In This Topic

    The following tables list the members exposed by IPath.

    Public Properties
     NameDescription
     PropertyGets a value indicating if the active figure contains one or more segments.  
     PropertyGets a value indicating if there is an active figure to update.  
     PropertyGets a value indicating if the path is closed for subsequent modifications.  
    Top
    Public Methods
     NameDescription
     MethodAdds a single arc to the path geometry.  
     MethodCreates a cubic Bezier curve between the current point and the specified end point.  
     MethodCreates a line segment between the current point and the specified end point and adds it to the geometry sink.  
     MethodCreates a quadratic Bezier curve between the current point and the specified end point.  
     MethodStarts a new figure at the specified point.  
     MethodDiscards the active figure.  
     MethodCloses the path for modifications. The path cannot be modified after it is closed.  
     Method (Inherited from System.IDisposable)
     MethodEnds the current figure; optionally, closes it.  
     MethodOverloaded. Returns a rectangle that bounds this IPath.  
     MethodSpecifies the method used to determine which points are inside the geometry described by this IPath and which points are outside.  
    Top
    See Also