ClassShapesIntersection
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class ShapesIntersection
Inheritance: objectShapesIntersection
Constructors
ShapesIntersection()
Declaration
cs-api-definition
public ShapesIntersection()
ShapesIntersection(IShapeCurve, IShapeCurve)
Declaration
cs-api-definition
public ShapesIntersection(IShapeCurve c1, IShapeCurve c2)
Parameters
c1
c2
Properties
CurveIntersections
Declaration
cs-api-definition
public List<PointF> CurveIntersections { get; }
Property Value
List<PointF>