API Documentation > CorelDRAW > 2025-v26 > Shape > IVGShape
Shape.FindShapeAtPoint method
Finds a child 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