C#
VB
WinRT C#
C++
Returns a value indicating whether a LeadPointD structure is empty.
public static bool IsEmpty(
Leadtools.LeadPointD point
)
Public Shared Function IsEmpty( _
ByVal point As Leadtools.LeadPointD _
) As Boolean
public static bool IsEmpty(
Leadtools.LeadPointD point
)
function Leadtools.LeadPointDHelper.IsEmpty(
point
)
public:
static bool IsEmpty(
Leadtools.LeadPointD point
)
point
The point to check.
An empty LeadPointD object has coordinate values of NaN for both X and Y.
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