ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / IsEmpty Property

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