C#
VB
C++
Determines if the specified point is contained within this AnnRectangle structure.
Public Overloads Function Contains( _
ByVal pt As Leadtools.Annotations.AnnPoint _
) As Boolean
public:
bool Contains(
Leadtools.Annotations.AnnPoint pt
)
pt
The AnnPoint structure to be tested.
This method returns true if the point represented by the pt parameter is contained within this AnnRectangle structure; otherwise false.
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