[]
public static implicit operator Rectangle(Win32.RECT rc)
Public Shared Widening Operator CType(rc As Win32.RECT) As Rectangle
| Type | Name | Description |
|---|---|---|
| Win32.RECT | rc |
| Type | Description |
|---|---|
| Rectangle |
public static implicit operator Win32.RECT(Rectangle rc)
Public Shared Widening Operator CType(rc As Rectangle) As Win32.RECT
| Type | Name | Description |
|---|---|---|
| Rectangle | rc |
| Type | Description |
|---|---|
| Win32.RECT |