API Documentation > CorelDRAW > 2025-v26 > Page > IVGPage
Page.FindShapeAtPoint method
Finds a shape at the given point on the page. Return Nothing if none found at the given location.
Syntax:
Function FindShapeAtPoint(ByVal x As Double, ByVal y As Double, Optional ByVal TreatAsFilled As Boolean = False) As Shape
Parameters:
Name Type Description
x
Double
y
Double
TreatAsFilled
Boolean