Struct UserApi.RECT
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: Azos.WinForms.dll
Syntax
[Serializable]
public struct RECT
Constructors
RECT(Int32, Int32, Int32, Int32)
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
Bottom
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Left
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Right
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Top
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
FromRectangle(Rectangle)
Declaration
public static UserApi.RECT FromRectangle(Rectangle rectangle)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rectangle |
|
Returns
ToRectangle()
Declaration
public Rectangle ToRectangle()
Returns
Type |
Description |
System.Drawing.Rectangle |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Extension Methods