ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / IsDisposed Property

In This Topic
    IsDisposed Property (C1Bitmap)
    In This Topic
    Gets a value indicating whether the instance of the C1Bitmap class has been disposed of.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDisposed As Boolean
    public bool IsDisposed {get;}
    See Also