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
SvgSizeFThe SvgSizeF on the left side of the subtraction operator.
sz2
SvgSizeFThe SvgSizeF on the right side of the subtraction operator.