[]
Subtracts one specified System.Windows.Forms.Padding value from another.
public static Padding Subtract(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 result of the subtraction of one specified System.Windows.Forms.Padding value from another. |