SizeF.Add(SizeF, SizeF) Method

Definition

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

public:
 static System::Drawing::SizeF Add(System::Drawing::SizeF sz1, System::Drawing::SizeF sz2);
public static System.Drawing.SizeF Add (System.Drawing.SizeF sz1, System.Drawing.SizeF sz2);
static member Add : System.Drawing.SizeF * System.Drawing.SizeF -> System.Drawing.SizeF
Public Shared Function Add (sz1 As SizeF, sz2 As SizeF) As SizeF

Parameters

sz1
SizeF

The first SizeF structure to add.

sz2
SizeF

The second SizeF structure to add.

Returns

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

Applies to

See also