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