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: RSGraphics
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: TRSPoints
Type: Boolean