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