Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Routines

RSIntersectLine(TRSPoint,TRSPoint,TRSPoint,TRSPoint,TRSPoint) Method

Scroll Prev Top Next More

Returns the intersection of two line segments in the IntersectionPt parameter: v1, v2 are first line segment v3, v4 are other line segment. The function returns true if the two line segments intersect.
 

Namespace: FMX.RS.Graphics

Parameters

V1

Type: System.Void

Start point for first line segment

V2

Type: System.Void

End point for first line segment

V3

Type: System.Void

Start point for second line segment

V4

Type: System.Void

End point for second line segment

IntersectionPt

Type: System.Void

Intersection Point for the two line segments

Return Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb