Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmapGraphics.Path Class
Properties Methods

In This Topic
    GcBitmapGraphics.Path Class Members
    In This Topic

    The following tables list the members exposed by GcBitmapGraphics.Path.

    Public Properties
     NameDescription
    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 the underlying GraphicsPath object after closing the GcBitmapGraphics.Path.  
    Public PropertyGets a value indicating if the path is closed for subsequent modifications.  
    Public PropertyGets the underlying PathBuilder object before closing the GcBitmapGraphics.Path.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a single arc to the path geometry.  
    Public MethodCreates a cubic Bezier curve between the current point and the specified end point.  
    Public MethodCreates a line segment between the current point and the specified end point and adds it to the geometry sink.  
    Public MethodCreates a quadratic Bezier curve between the current point and the specified end point.  
    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 MethodEnds the current figure; optionally, closes it.  
    Public MethodOverloaded. Returns a rectangle that bounds this GcBitmapGraphics.Path.  
    Public MethodSpecifies the method used to determine which points are inside the geometry described by this GrapeCity.Documents.Drawing.IPath and which points are outside.  
    Top
    See Also