Size.Add

Size.Add method

Adds the width and height of one Size structure to the width and height of another Size structure.

public static Size Add(Size sz1, Size sz2)
ParameterTypeDescription
sz1SizeThe first Size to add.
sz2SizeThe second Size to add.

Return Value

A Size structure that is the result of the addition operation.

See Also