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.Boolean
|
LastPoint
Points
SnappedCtrlPoint
SnappedPoint
Declaration
PointF SnappedPoint { get; }
Property Value
System.Drawing.PointF
|
TestPoints
Declaration
List<PointF> TestPoints { get; }
Property Value
System.Collections.Generic.List<System.Drawing.PointF>
|
Methods
Create()
SnapToCtrlPoints(PointF, Single)
Declaration
bool SnapToCtrlPoints(PointF pt, float snapDistance)
Parameters
System.Drawing.PointF
pt
|
System.Single
snapDistance
|
Returns
System.Boolean
|
SnapToCurve(PointF, Single)
Should snap to the line or curve
Declaration
bool SnapToCurve(PointF pt, float snapDistance)
Parameters
System.Drawing.PointF
pt
|
System.Single
snapDistance
|
Returns
System.Boolean
|
SnapToCurveExtension(PointF, Single)
Declaration
bool SnapToCurveExtension(PointF pt, float snapDistance)
Parameters
System.Drawing.PointF
pt
|
System.Single
snapDistance
|
Returns
System.Boolean
|
SnapToHorizontal(PointF, Single, Single)
Declaration
bool SnapToHorizontal(PointF pt, float xVal, float snapDistance)
Parameters
System.Drawing.PointF
pt
|
System.Single
xVal
|
System.Single
snapDistance
|
Returns
System.Boolean
|
SnapToVertical(PointF, Single, Single)
Declaration
bool SnapToVertical(PointF pt, float yVal, float snapDistance)
Parameters
System.Drawing.PointF
pt
|
System.Single
yVal
|
System.Single
snapDistance
|
Returns
System.Boolean
|
Update()
Declaration
bool Update()
Returns
System.Boolean
|