[]
public static Point operator -(Point pt, Size sz)
| Type | Name | Description |
|---|---|---|
| Point | pt | The Point that is subtracted from. |
| Size | sz | The Size that is subtracted. |
| Type | Description |
|---|---|
| Point | A Point representing the result of the subtraction. |