Class OldShapePoint
Inherited Members
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 OldShapePoint : OldShapePointBase
Constructors
OldShapePoint()
Declaration
public OldShapePoint()
OldShapePoint(Point)
Declaration
public OldShapePoint(Point point)
Parameters
System.Drawing.Point
point
|
OldShapePoint(Int32, Int32)
Declaration
public OldShapePoint(int x, int y)
Parameters
System.Int32
x
|
System.Int32
y
|
OldShapePoint(OldShapePoint)
Properties
Bezier
Declaration
public bool Bezier { get; set; }
Property Value
System.Boolean
|