API Documentation > CorelDRAW > 2025-v26 > Rect > IVGRect
Rect.IsPointInside method
Checks if the specified point is inside the rectangle
Syntax:
Function IsPointInside(ByVal x As Double, ByVal y As Double) As Boolean
Parameters:
Name Type Description
x
Double
y
Double
Remarks:
The IsPointInside method checks whether a bounding box contains the specified point.