Addition Operator (Padding)
In This Topic
Performs vector addition on the two specified
System.Windows.Forms.Padding objects, resulting in a new
System.Windows.Forms.Padding.
Syntax
Parameters
- p1
- The first System.Windows.Forms.Padding to add.
- p2
- The second System.Windows.Forms.Padding to add.
Return Value
A new
System.Windows.Forms.Padding that results from adding and .
See Also