'Declaration Public Function IsAtPoint( _ ByVal point As ImGearPDFFixedPoint _ ) As Boolean
'Usage Dim instance As ImGearPDEElement Dim point As ImGearPDFFixedPoint Dim value As Boolean value = instance.IsAtPoint(point)
public bool IsAtPoint( ImGearPDFFixedPoint point )
public: bool IsAtPoint( ImGearPDFFixedPoint* point )
public: bool IsAtPoint( ImGearPDFFixedPoint^ point )
Parameters
- point
- A point, specified in user space coordinates.
Return Value
True if a point is on an element, False otherwise.