Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / Disposed Property

In This Topic
    Disposed Property (GcGraphics)
    In This Topic
    Gets a value indicating whether this instance of GcGraphics has been disposed and cannot be used anymore.
    Syntax
    'Declaration
     
    Public ReadOnly Property Disposed As System.Boolean
    public System.bool Disposed {get;}
    See Also