Struct
NativeMethods.RECT

Definition

Namespace:Telerik.WinControls

Assembly:TelerikCommon.dll

Syntax:

cs-api-definition
public struct NativeMethods.RECT

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

RECT(Rectangle)

Declaration

cs-api-definition
public RECT(Rectangle r)

Parameters

r

Rectangle

RECT(int, int, int, int)

Declaration

cs-api-definition
public RECT(int left, int top, int right, int bottom)

Parameters

left

int

top

int

right

int

bottom

int

Fields

bottom

Declaration

cs-api-definition
public int bottom

Field Value

int

left

Declaration

cs-api-definition
public int left

Field Value

int

right

Declaration

cs-api-definition
public int right

Field Value

int

top

Declaration

cs-api-definition
public int top

Field Value

int

Properties

Rect

Declaration

cs-api-definition
public Rectangle Rect { get; }

Property Value

Rectangle

Size

Declaration

cs-api-definition
public Size Size { get; }

Property Value

Size

Methods

FromRectangle(Rectangle)

Declaration

cs-api-definition
public static NativeMethods.RECT FromRectangle(Rectangle rect)

Parameters

rect

Rectangle

Returns

NativeMethods.RECT

FromXYWH(int, int, int, int)

Declaration

cs-api-definition
public static NativeMethods.RECT FromXYWH(int x, int y, int width, int height)

Parameters

x

int

y

int

width

int

height

int

Returns

NativeMethods.RECT