Table of Contents

Operator operator +

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

operator +(SvgSizeF, SvgSizeF)

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

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

Parameters

sz1 SvgSizeF

The first SvgSizeF to add.

sz2 SvgSizeF

The second SvgSizeF to add.

Returns

SvgSizeF

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