Subtracts the width and height of one
SizeF structure from the width and height of another
SizeF structure.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic static SizeF Subtract(
SizeF size1,
SizeF size2
)
Public Shared Function Subtract (
size1 As SizeF,
size2 As SizeF
) As SizeF
public:
static SizeF Subtract(
SizeF size1,
SizeF size2
)
static member Subtract :
size1 : SizeF *
size2 : SizeF -> SizeF
Parameters
- size1
- Type: Aspose.ImagingSizeF
The SizeF structure on the left side of the subtraction operator. - size2
- Type: Aspose.ImagingSizeF
The SizeF structure on the right side of the subtraction operator.
Return Value
Type:
SizeFThe
SizeF that is a result of the subtraction operation.
See Also