Size2DdAdd Method

CVB.Net Documentation
Adds the width and height of one SizeD 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 Size2Dd Add(
	Size2Dd sz1,
	Size2Dd sz2
)

Parameters

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

Return Value

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

Reference