Struct NativeMethods.RECT
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct RECT
Constructors
RECT(Rectangle)
Declaration
public RECT(Rectangle r)
Parameters
System.Drawing.Rectangle
r
|
RECT(Int32, Int32, Int32, Int32)
Declaration
public RECT(int left, int top, int right, int bottom)
Parameters
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|
Fields
bottom
Declaration
public int bottom
Field Value
System.Int32
|
left
Declaration
public int left
Field Value
System.Int32
|
right
Declaration
public int right
Field Value
System.Int32
|
top
Declaration
public int top
Field Value
System.Int32
|
Properties
Rect
Declaration
public Rectangle Rect { get; }
Property Value
System.Drawing.Rectangle
|
Size
Declaration
public Size Size { get; }
Property Value
System.Drawing.Size
|
Methods
FromRectangle(Rectangle)
Declaration
public static NativeMethods.RECT FromRectangle(Rectangle rect)
Parameters
System.Drawing.Rectangle
rect
|
Returns
NativeMethods.RECT
|
FromXYWH(Int32, Int32, Int32, Int32)
Declaration
public static NativeMethods.RECT FromXYWH(int x, int y, int width, int height)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
Returns
NativeMethods.RECT
|