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

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