Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmapGraphics.Path Class / PathBuilder Property

In This Topic
    PathBuilder Property
    In This Topic
    Gets the underlying PathBuilder object before closing the GcBitmapGraphics.Path.
    Syntax
    'Declaration
     
    Public ReadOnly Property PathBuilder As PathBuilder
    public PathBuilder PathBuilder {get;}
    See Also