ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Size2D Structure / IsEmpty Property

In This Topic
    IsEmpty Property (Size2D)
    In This Topic
    Determines if all components of Size2D are equal to zero.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As System.Boolean
    public System.bool IsEmpty {get;}
    See Also