[]
Computes the sum of the two specified System.Windows.Forms.Padding values.
public static Padding Add(Padding p1, Padding p2)
| Type | Name | Description |
|---|---|---|
| Padding | p1 | A System.Windows.Forms.Padding. |
| Padding | p2 | A System.Windows.Forms.Padding. |
| Type | Description |
|---|---|
| Padding | A System.Windows.Forms.Padding that contains the sum of the two specified System.Windows.Forms.Padding values. |