Interface IShapeCurve
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IShapeCurve
Properties
ControlPoints
Extensions
FirstPoint
IsModified
Declaration
bool IsModified { get; }
Property Value
System.
|
LastPoint
Points
SnappedCtrlPoint
SnappedPoint
Declaration
PointF SnappedPoint { get; }
Property Value
System.
|
TestPoints
Declaration
List<PointF> TestPoints { get; }
Property Value
System.
|
Methods
Create()
SnapToCtrlPoints(PointF, Single)
Declaration
bool SnapToCtrlPoints(PointF pt, float snapDistance)
Parameters
System.
|
System.
|
Returns
System.
|
SnapToCurve(PointF, Single)
Should snap to the line or curve
Declaration
bool SnapToCurve(PointF pt, float snapDistance)
Parameters
System.
|
System.
|
Returns
System.
|
SnapToCurveExtension(PointF, Single)
Declaration
bool SnapToCurveExtension(PointF pt, float snapDistance)
Parameters
System.
|
System.
|
Returns
System.
|
SnapToHorizontal(PointF, Single, Single)
Declaration
bool SnapToHorizontal(PointF pt, float xVal, float snapDistance)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
SnapToVertical(PointF, Single, Single)
Declaration
bool SnapToVertical(PointF pt, float yVal, float snapDistance)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
Update()
Declaration
bool Update()
Returns
System.
|