In This Topic
Performs vector subtraction on the two specified
System.Windows.Forms.Padding objects, resulting in a new
System.Windows.Forms.Padding.
Syntax
Parameters
- p1
- The System.Windows.Forms.Padding to subtract from (the minuend).
- p2
- The System.Windows.Forms.Padding to subtract from (the subtrahend).
Return Value
The
System.Windows.Forms.Padding result of subtracting from .
See Also