TdxFcConnection.InRect(TRect) Method
Identifies whether a specific rectangle intersects the connection’s line.
Declaration
function InRect(const R: TRect): Boolean;
Parameters
Name | Type |
---|---|
R | TRect |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the connection’s line has at least one intersection with a rectangle passed as the R parameter; otherwise — False.
See Also