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