Table of Contents

Method Add

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

Add(SvgSizeF, SvgSizeF)

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

public static SvgSizeF Add(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.