Class RECT
Inheritance
System.Object
RECT
Assembly: Syncfusion.Tools.Windows.dll
public sealed class RECT : ValueType
Constructors
Declaration
public RECT(int left, int top, int right, int bottom)
Parameters
| Type |
Name |
Description |
| System.Int32 |
left |
|
| System.Int32 |
top |
|
| System.Int32 |
right |
|
| System.Int32 |
bottom |
|
Fields
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Properties
Declaration
public int Height { get; }
Property Value
Declaration
public Size Size { get; }
Property Value
Declaration
public Point TopLeft { get; }
Property Value
| Type |
| System.Drawing.Point |
Declaration
public int Width { get; }
Property Value
Methods
Declaration
public override string ToString()
Returns
Operators
Declaration
public static explicit operator RECT(Rectangle rect)
Parameters
| Type |
Name |
Description |
| System.Drawing.Rectangle |
rect |
|
Returns
Declaration
public static implicit operator Rectangle(RECT rect)
Parameters
| Type |
Name |
Description |
| RECT |
rect |
|
Returns
| Type |
| System.Drawing.Rectangle |
Declaration
public static implicit operator Size(RECT rect)
Parameters
| Type |
Name |
Description |
| RECT |
rect |
|
Returns