Padding::Add Method (Padding, Padding)

 

Computes the sum of the two specified Padding values.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static Padding Add(
	Padding p1,
	Padding p2
)

Return Value

Type: System.Windows.Forms::Padding

A Padding that contains the sum of the two specified Padding values.

.NET Framework
Available since 2.0
Return to top
Show: