ImageGear .NET MP v27.0 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBQuad Structure / IsEmpty Property




In This Topic
    IsEmpty Property
    In This Topic
    Returns true if this value is Empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    Dim instance As ImGearRGBQuad
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}
    public: __property bool get_IsEmpty();
    public:
    property bool IsEmpty {
       bool get();
    }
    See Also