ClassShapePoint
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ShapePoint : Component, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentShapePoint
Implements:
Inherited Members
Constructors
ShapePoint()
Declaration
cs-api-definition
public ShapePoint()
Properties
IsModified
Declaration
cs-api-definition
[Browsable(false)]
public bool IsModified { get; set; }
Property Value
Location
Declaration
cs-api-definition
[Browsable(false)]
public PointF Location { get; set; }
Property Value
Methods
Operators
implicit operator Point(ShapePoint)
Declaration
cs-api-definition
public static implicit operator Point(ShapePoint pt)
Parameters
pt
Returns