C#
VB
Java
Objective-C
WinRT C#
C++
Tests whether this RasterRegion has an empty interior.
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
@property (nonatomic, assign, readonly, getter=isEmpty) BOOL empty
public boolean isEmpty()
get_IsEmpty();
public:
property bool IsEmpty {
bool get();
}
true if the interior of this RasterRegion is empty; false, otherwise.
For an example, refer to RasterRegion.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET