Size.op_Subtraction
Size Subtraction operator
Subtracts the width and height of one Size structure from the width and height of another Size structure.
public static Size operator -(Size sz1, Size sz2)
| Parameter | Type | Description | 
|---|---|---|
| sz1 | Size | The Size structure on the left side of the subtraction operator. | 
| sz2 | Size | The Size structure on the right side of the subtraction operator. | 
Return Value
A Size structure that is the result of the subtraction operation.
See Also
- struct Size
 - namespace System.Drawing
 - assembly Aspose.Drawing