Class
OldShapePointBase

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class OldShapePointBase

Inheritance: objectOldShapePointBase

Derived Classes: OldShapePoint

Constructors

OldShapePointBase()

Declaration

cs-api-definition
public OldShapePointBase()

OldShapePointBase(OldShapePointBase)

Declaration

cs-api-definition
public OldShapePointBase(OldShapePointBase point)

Parameters

point

OldShapePointBase

OldShapePointBase(Point)

Declaration

cs-api-definition
public OldShapePointBase(Point point)

Parameters

point

Point

OldShapePointBase(float, float)

Declaration

cs-api-definition
public OldShapePointBase(float x, float y)

Parameters

x

float

y

float

Properties

Anchor

Declaration

cs-api-definition
public AnchorStyles Anchor { get; set; }

Property Value

AnchorStyles

Locked

Declaration

cs-api-definition
public bool Locked { get; set; }

Property Value

bool

X

Declaration

cs-api-definition
public float X { get; set; }

Property Value

float

Y

Declaration

cs-api-definition
public float Y { get; set; }

Property Value

float

Methods

GetBounds(int)

Declaration

cs-api-definition
public Rectangle GetBounds(int weight)

Parameters

weight

int

Returns

Rectangle

GetPoint()

Declaration

cs-api-definition
public Point GetPoint()

Returns

Point

GetPoint(Rectangle)

Declaration

cs-api-definition
public Point GetPoint(Rectangle bounds)

Parameters

bounds

Rectangle

Returns

Point

GetPoint(Rectangle, Rectangle)

Declaration

cs-api-definition
public Point GetPoint(Rectangle src, Rectangle dst)

Parameters

src

Rectangle

dst

Rectangle

Returns

Point

IsVisible(int, int, int)

Declaration

cs-api-definition
public bool IsVisible(int x, int y, int width)

Parameters

x

int

y

int

width

int

Returns

bool

Set(Point)

Declaration

cs-api-definition
public void Set(Point point)

Parameters

point

Point

Set(float, float)

Declaration

cs-api-definition
public void Set(float x, float y)

Parameters

x

float

y

float

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()