Class ShapePoint
Inheritance
System.Object
ShapePoint
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ShapePoint : Component
Constructors
ShapePoint()
Declaration
public ShapePoint()
ShapePoint(Point)
Declaration
public ShapePoint(Point pt)
Parameters
System.Drawing.Point
pt
|
ShapePoint(PointF)
Declaration
public ShapePoint(PointF pt)
Parameters
System.Drawing.PointF
pt
|
ShapePoint(Int32, Int32)
Declaration
public ShapePoint(int x, int y)
Parameters
System.Int32
x
|
System.Int32
y
|
ShapePoint(Single, Single)
Declaration
public ShapePoint(float x, float y)
Parameters
System.Single
x
|
System.Single
y
|
ShapePoint(ShapePoint)
Properties
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
System.Boolean
|
IsModified
Declaration
public bool IsModified { get; set; }
Property Value
System.Boolean
|
Location
Declaration
public PointF Location { get; set; }
Property Value
System.Drawing.PointF
|
X
Declaration
public float X { get; set; }
Property Value
System.Single
|
Y
Declaration
public float Y { get; set; }
Property Value
System.Single
|
Methods
DistSquared(PointF, PointF)
Declaration
public static float DistSquared(PointF a, PointF b)
Parameters
System.Drawing.PointF
a
|
System.Drawing.PointF
b
|
Returns
System.Single
|
Get()
Declaration
public Point Get()
Returns
System.Drawing.Point
|
GetPoint(Rectangle)
Declaration
public Point GetPoint(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Point
|
GetPoint(Rectangle, Rectangle)
Declaration
public Point GetPoint(Rectangle src, Rectangle dst)
Parameters
System.Drawing.Rectangle
src
|
System.Drawing.Rectangle
dst
|
Returns
System.Drawing.Point
|
Set(Point)
Declaration
public void Set(Point pt)
Parameters
System.Drawing.Point
pt
|
Set(Int32, Int32)
Declaration
public void Set(int x, int y)
Parameters
System.Int32
x
|
System.Int32
y
|
Set(Single, Single)
Declaration
public void Set(float x, float y)
Parameters
System.Single
x
|
System.Single
y
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Operators
Implicit(ShapePoint to Point)
Declaration
public static implicit operator Point(ShapePoint pt)
Parameters
ShapePoint
pt
|
Returns
System.Drawing.Point
|