IShapeCurve
Interface
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface IShapeCurve
Derived Classes:
Properties
C#
ShapePoint[] ControlPoints { get; }
C#
ShapePoint[] Extensions { get; }
C#
ShapePoint FirstPoint { get; set; }
C#
bool IsModified { get; }
C#
ShapePoint LastPoint { get; set; }
C#
ShapePoint[] Points { get; }
C#
ShapePoint SnappedCtrlPoint { get; }
C#
PointF SnappedPoint { get; }
TestPoints
List<PointF>
C#
List<PointF> TestPoints { get; }