[]
Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding.
public static Padding operator -(Padding p1, Padding p2)
| Type | Name | Description |
|---|---|---|
| Padding | p1 | The System.Windows.Forms.Padding to subtract from (the minuend). |
| Padding | p2 | The System.Windows.Forms.Padding to subtract from (the subtrahend). |
| Type | Description |
|---|---|
| Padding | The System.Windows.Forms.Padding result of subtracting |