New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class ShapesIntersection

Inheritance: objectShapesIntersection

Constructors

C#
public ShapesIntersection()
C#
public ShapesIntersection(IShapeCurve c1, IShapeCurve c2)
Parameters:c1IShapeCurvec2IShapeCurve

Properties

C#
public IShapeCurve Curve1 { get; set; }
C#
public IShapeCurve Curve2 { get; set; }
C#
public List<PointF> CurveIntersections { get; }

Methods

C#
public static bool Intersect(out PointF res, PointF a, PointF b, PointF c, PointF d)
Parameters:resPointFaPointFbPointFcPointFdPointFReturns:

bool

C#
public bool IntersectCurves()
Returns:

bool

C#
public static bool IntersectSegment(out PointF res, PointF a, PointF b, PointF c, PointF d)
Parameters:resPointFaPointFbPointFcPointFdPointFReturns:

bool