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