ShapeBezier
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ShapeBezier : IShapeCurve
Inheritance: objectShapeBezier
Implements:
Constructors
C#
public ShapeBezier()
C#
public ShapeBezier(ShapePoint from, ShapePoint control1, ShapePoint control2, ShapePoint to)
Properties
C#
[Browsable(false)]
public ShapePoint[] ControlPoints { get; }
Implements:
C#
[Browsable(true)]
public ShapePoint Ctrl1 { get; set; }
C#
[Browsable(true)]
public ShapePoint Ctrl2 { get; set; }
C#
[Browsable(false)]
public ShapePoint[] Extensions { get; }
Implements:
C#
[Browsable(true)]
public ShapePoint FirstPoint { get; set; }
Implements:
C#
[Browsable(false)]
public bool IsModified { get; }
Implements:
C#
[Browsable(true)]
public ShapePoint LastPoint { get; set; }
Implements:
C#
[Browsable(false)]
public ShapePoint[] Points { get; }
Implements:
C#
[Browsable(false)]
public ShapePoint SnappedCtrlPoint { get; }
Implements:
C#
[Browsable(false)]
public PointF SnappedPoint { get; }
Implements:
TestPoints
List<PointF>
C#
[Browsable(false)]
public List<PointF> TestPoints { get; }
Implements: