Class ShapeBezier
Inheritance
System.Object
ShapeBezier
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 ShapeBezier : IShapeCurve
Constructors
ShapeBezier()
Declaration
public ShapeBezier()
ShapeBezier(ShapePoint, ShapePoint, ShapePoint, ShapePoint)
Declaration
public ShapeBezier(ShapePoint from, ShapePoint control1, ShapePoint control2, ShapePoint to)
Parameters
Shape
|
Shape
|
Shape
|
Shape
|
Properties
ControlPoints
Declaration
public ShapePoint[] ControlPoints { get; }
Property Value
Implements
Ctrl1
Ctrl2
Extensions
Declaration
public ShapePoint[] Extensions { get; }
Property Value
Implements
FirstPoint
Declaration
public ShapePoint FirstPoint { get; set; }
Property Value
Implements
IsModified
Declaration
public bool IsModified { get; }
Property Value
System.
|
Implements
LastPoint
Declaration
public ShapePoint LastPoint { get; set; }
Property Value
Implements
Points
Declaration
public ShapePoint[] Points { get; }
Property Value
Implements
SnappedCtrlPoint
Declaration
public ShapePoint SnappedCtrlPoint { get; }
Property Value
Implements
SnappedPoint
Declaration
public PointF SnappedPoint { get; }
Property Value
System.
|
Implements
TestPoints
Declaration
public List<PointF> TestPoints { get; }
Property Value
System.
|
Implements
Methods
Create()
SnapToCtrlPoints(PointF, Single)
Declaration
public bool SnapToCtrlPoints(PointF pt, float snapDistance)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
SnapToCurve(PointF, Single)
Declaration
public bool SnapToCurve(PointF pt, float snapDistance)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
SnapToCurveExtension(PointF, Single)
Declaration
public bool SnapToCurveExtension(PointF pt, float snapDistance)
Parameters
System.
|
System.
|
Returns
System.
|
Implements
SnapToHorizontal(PointF, Single, Single)
Declaration
public bool SnapToHorizontal(PointF pt, float yVal, float snapDistance)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
Implements
SnapToVertical(PointF, Single, Single)
Declaration
public bool SnapToVertical(PointF pt, float xVal, float snapDistance)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
Implements
TangentAt(PointF, ref PointF, ref PointF)
Declaration
public bool TangentAt(PointF atPoint, ref PointF from, ref PointF to)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|