[]
public static explicit operator Rectangle(RectL value)
Public Shared Narrowing Operator CType(value As RectL) As Rectangle
| Type | Name | Description |
|---|---|---|
| RectL | value |
| Type | Description |
|---|---|
| Rectangle |
public static explicit operator RectL(Rectangle rc)
Public Shared Narrowing Operator CType(rc As Rectangle) As RectL
| Type | Name | Description |
|---|---|---|
| Rectangle | rc |
| Type | Description |
|---|---|
| RectL |