Size2DAddition Operator

CVB.Net Documentation
Adds the width and height of one Size2D structure width and height of another one.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Size2D operator +(
	Size2D sz1,
	Size2D sz2
)

Parameters

sz1
Type: Stemmer.CvbSize2D
First size to add.
sz2
Type: Stemmer.CvbSize2D
Second size to add.

Return Value

Type: Size2D
Resulting SizeD from the addition operation.
See Also

Reference