SizeF.Add

SizeF.Add method

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

public static SizeF Add(SizeF sz1, SizeF sz2)
ParameterTypeDescription
sz1SizeFThe first SizeF structure to add.
sz2SizeFThe second SizeF structure to add.

Return Value

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

See Also