Determines if the specified point with the specified unit of measure is contained within this AnnRectangle structure.
Public Overloads Function Contains( _
ByVal x As Single, _
ByVal y As Single, _
ByVal unit As Leadtools.Annotations.AnnUnit _
) As Boolean
public:
bool Contains(
float x,
float y,
Leadtools.Annotations.AnnUnit unit
)
x
The x-coordinate of the point to test.
y
The y-coordinate of the point to test.
unit
The unit of measure for the specified coordinates.
This method returns true if the point defined by x and y 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