Returns true if line segment inside the rectangle R or intersects a side of the rectangle. The line segment inside the rectangle is returned in the Pts parameter.
Namespace: FMX.RS.Graphics
Delphi |
function RSIntersectRect( const V1, V2: TRSPoint; const R: TRSRect; |
Parameters
V1
Type: System.Void
V2
Type: System.Void
R
Type: System.Void
Pts
Type: System.Void
Type: Boolean