[]
Performs vector addition 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 first System.Windows.Forms.Padding to add. |
| Padding | p2 | The second System.Windows.Forms.Padding to add. |
| Type | Description |
|---|---|
| Padding | A new System.Windows.Forms.Padding that results from adding |