Class RefRECT
Inheritance
System.Object
RefRECT
Inherited Members
System.Object.ToString()
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.Taskbar.Core
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RefRECT
Constructors
RefRECT(Int32, Int32, Int32, Int32)
Declaration
public RefRECT(int left, int top, int right, int bottom)
Parameters
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|
Properties
Bottom
Declaration
public int Bottom { get; set; }
Property Value
System.Int32
|
Height
Declaration
public int Height { get; }
Property Value
System.Int32
|
Left
Declaration
public int Left { get; set; }
Property Value
System.Int32
|
Right
Declaration
public int Right { get; set; }
Property Value
System.Int32
|
Top
Declaration
public int Top { get; set; }
Property Value
System.Int32
|
Width
Declaration
public int Width { get; }
Property Value
System.Int32
|
Methods
FromRectangle(Rectangle)
Declaration
public static RefRECT FromRectangle(Rectangle rect)
Parameters
System.Drawing.Rectangle
rect
|
Returns
RefRECT
|
Offset(Int32, Int32)
Declaration
public void Offset(int dx, int dy)
Parameters
System.Int32
dx
|
System.Int32
dy
|