Struct GDIApi.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: Azos.WinApi
Assembly: Azos.WinForms.dll
Syntax
public struct Rect
Constructors
Rect(Rectangle)
Declaration
public Rect(Rectangle r)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Rectangle | r |
Fields
Bottom
Declaration
public int Bottom
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Left
Declaration
public int Left
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Right
Declaration
public int Right
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Top
Declaration
public int Top
Field Value
| Type | Description |
|---|---|
| System.Int32 |