Table of Contents

Operator operator -

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

operator -(SvgSizeF, SvgSizeF)

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

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

Parameters

sz1 SvgSizeF

The SvgSizeF on the left side of the subtraction operator.

sz2 SvgSizeF

The SvgSizeF on the right side of the subtraction operator.

Returns

SvgSizeF

A SvgSizeF that is the result of the subtraction operation.