Struct RECT
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
Assembly: Syncfusion.Tools.Windows.dll
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
Overrides
System.ValueType.ToString()
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