New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class OldShapePointBase

Inheritance: objectOldShapePointBase

Derived Classes: OldShapePoint

Constructors

C#
public OldShapePointBase()
C#
public OldShapePointBase(float x, float y)
Parameters:xfloatyfloat
C#
public OldShapePointBase(OldShapePointBase point)
Parameters:pointOldShapePointBase
C#
public OldShapePointBase(Point point)
Parameters:pointPoint

Properties

C#
public AnchorStyles Anchor { get; set; }
C#
public bool Locked { get; set; }
C#
public float X { get; set; }
C#
public float Y { get; set; }

Methods

C#
public Rectangle GetBounds(int weight)
Parameters:weightintReturns:

Rectangle

C#
public Point GetPoint()
Returns:

Point

C#
public Point GetPoint(Rectangle src, Rectangle dst)
Parameters:srcRectangledstRectangleReturns:

Point

C#
public Point GetPoint(Rectangle bounds)
Parameters:boundsRectangleReturns:

Point

C#
public bool IsVisible(int x, int y, int width)
Parameters:xintyintwidthintReturns:

bool

C#
public void Set(float x, float y)
Parameters:xfloatyfloat
C#
public void Set(Point point)
Parameters:pointPoint
C#
public override string ToString()
Returns:

string

Overrides: object.ToString()