Class ShapesIntersection
Inheritance
System.Object
ShapesIntersection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ShapesIntersection
Constructors
ShapesIntersection()
Declaration
public ShapesIntersection()
ShapesIntersection(IShapeCurve, IShapeCurve)
Declaration
public ShapesIntersection(IShapeCurve c1, IShapeCurve c2)
Parameters
IShape
|
IShape
|
Properties
Curve1
Curve2
CurveIntersections
Declaration
public List<PointF> CurveIntersections { get; }
Property Value
System.
|
Methods
Intersect(out PointF, PointF, PointF, PointF, PointF)
Declaration
public static bool Intersect(out PointF res, PointF a, PointF b, PointF c, PointF d)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
IntersectCurves()
Declaration
public bool IntersectCurves()
Returns
System.
|
IntersectSegment(out PointF, PointF, PointF, PointF, PointF)
Declaration
public static bool IntersectSegment(out PointF res, PointF a, PointF b, PointF c, PointF d)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|