C#
VB
WinRT C#
C++
Gets a value indicating whether this LeadRectD structure is empty.
public static bool IsEmpty(
Leadtools.LeadRectD rect
)
Public Shared Function IsEmpty( _
ByVal rect As Leadtools.LeadRectD _
) As Boolean
public static bool IsEmpty(
Leadtools.LeadRectD rect
)
function Leadtools.LeadRectDHelper.IsEmpty(
rect
)
public:
static bool IsEmpty(
Leadtools.LeadRectD rect
)
rect
The rectangle to check.
true if this LeadRectD structure is empty; false, otherwise.
An uninitialized LeadRectD contains values of X, Y, Width and Height of "maximum double", "maximum double", "minimum double" and "minimum double" respectively.
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