Table of Contents

Method Subtract

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

Subtract(SvgSizeF, SvgSizeF)

Subtracts the width and height of one SvgSizeF structure from the width and height of another SvgSizeF structure.

public static SvgSizeF Subtract(SvgSizeF sz1, SvgSizeF sz2)

Parameters

sz1 SvgSizeF

The SvgSizeF structure on the left side of the subtraction operator.

sz2 SvgSizeF

The SvgSizeF structure on the right side of the subtraction operator.

Returns

SvgSizeF

The SvgSizeF that is a result of the subtraction operation.