ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2F Structure / IsEmpty Property

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