'Declaration
Public Overloads Function IsPointInRectangle( _ ByVal x As Double, _ ByVal y As Double _ ) As Boolean
'Usage
Dim instance As PdfVisualRectangle Dim x As Double Dim y As Double Dim value As Boolean value = instance.IsPointInRectangle(x, y)
Parameters
- x
- The x coordinate.
- y
- The y coordinate.
Return Value
True if the point is located inside the rectangle, false otherwise.