SizeF.Subtract
SizeF.Subtract method
Subtracts the width and height of one SizeF
structure from the width and height of another SizeF
structure.
public static SizeF Subtract(SizeF size1, SizeF size2)
Parameter | Type | Description |
---|---|---|
size1 | SizeF | The SizeF structure on the left side of the subtraction operator. |
size2 | SizeF | The SizeF structure on the right side of the subtraction operator. |
Return Value
The SizeF
that is a result of the subtraction operation.
See Also
- struct SizeF
- namespace Aspose.Imaging
- assembly Aspose.Imaging