The Contains(Single,Single,AnnUnit) Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- 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.
Visual Basic (Declaration) | |
---|---|
Overloads Public Function Contains( _ ByVal x As Single, _ ByVal y As Single, _ ByVal unit As AnnUnit _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnRectangle Dim x As Single Dim y As Single Dim unit As AnnUnit Dim value As Boolean value = instance.Contains(x, y, unit) |
Parameters
- 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.
Return Value
This method returns true if the point defined by x and y is contained within this AnnRectangle structure; otherwise false.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7