Class ShapeLine
Inheritance
System.Object
ShapeLine
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 ShapeLine : IShapeCurve
Constructors
ShapeLine()
Declaration
public ShapeLine()
ShapeLine(ShapePoint, ShapePoint)
Declaration
public ShapeLine(ShapePoint from, ShapePoint to)
Parameters
Shape
|
Shape
|
Properties
ControlPoints
Declaration
public ShapePoint[] ControlPoints { get; }
Property Value
Implements
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.
|