ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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 System.Boolean
    public System.bool IsDisposed {get;}
    See Also