Gets a flag that indicates whether the rectangle was determined to be blank.
public bool IsBlank {get;}
public: __property bool get_IsBlank();
public:
property bool IsBlank {
bool get();
}
Property Value
A boolean value which is
true if the rectangle is determined to be blank or not. Otherwise,
false is returned.