Class OldShapePointBase
Inheritance
System.Object
OldShapePointBase
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 OldShapePointBase
Constructors
OldShapePointBase()
Declaration
public OldShapePointBase()
OldShapePointBase(Point)
Declaration
public OldShapePointBase(Point point)
Parameters
System.Drawing.Point
point
|
OldShapePointBase(Single, Single)
Declaration
public OldShapePointBase(float x, float y)
Parameters
System.Single
x
|
System.Single
y
|
OldShapePointBase(OldShapePointBase)
Properties
Anchor
Declaration
public AnchorStyles Anchor { get; set; }
Property Value
System.Windows.Forms.AnchorStyles
|
Locked
Declaration
public bool Locked { get; set; }
Property Value
System.Boolean
|
X
Declaration
public float X { get; set; }
Property Value
System.Single
|
Y
Declaration
public float Y { get; set; }
Property Value
System.Single
|
Methods
GetBounds(Int32)
Declaration
public Rectangle GetBounds(int weight)
Parameters
System.Int32
weight
|
Returns
System.Drawing.Rectangle
|
GetPoint()
Declaration
public Point GetPoint()
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
|
IsVisible(Int32, Int32, Int32)
Declaration
public bool IsVisible(int x, int y, int width)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
Returns
System.Boolean
|
Set(Point)
Declaration
public void Set(Point point)
Parameters
System.Drawing.Point
point
|
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
|
Overrides
System.Object.ToString()