ShapesIntersection
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ShapesIntersection
Inheritance: objectShapesIntersection
Constructors
C#
public ShapesIntersection()
Properties
C#
public IShapeCurve Curve1 { get; set; }
C#
public IShapeCurve Curve2 { get; set; }
CurveIntersections
List<PointF>
C#
public List<PointF> CurveIntersections { get; }