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

In This Topic
    IsClosed Property (GcBitmapGraphics.Path)
    In This Topic
    Gets a value indicating if the path is closed for subsequent modifications.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsClosed As System.Boolean
    public System.bool IsClosed {get;}
    See Also