Adds the width and height of one
SizeF structure to the width and height of another
SizeF structure.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic static SizeF operator +(
SizeF size1,
SizeF size2
)
Public Shared Operator + (
size1 As SizeF,
size2 As SizeF
) As SizeF
public:
static SizeF operator +(
SizeF size1,
SizeF size2
)
static let inline (+)
size1 : SizeF *
size2 : SizeF : SizeF
Parameters
- size1
- Type: Aspose.ImagingSizeF
The first SizeF to add. - size2
- Type: Aspose.ImagingSizeF
The second SizeF to add.
Return Value
Type:
SizeFA
SizeF structure that is the result of the addition operation.
See Also