Table of Contents

Method Subtract

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

Subtract(SvgPointF, SvgSizeF)

This translates a SvgPointF by the negative of a specified size.

public static SvgPointF Subtract(SvgPointF pt, SvgSizeF sz)

Parameters

pt SvgPointF

The SvgPointF to translate.

sz SvgSizeF

The SvgSizeF that specifies the numbers to subtract from the coordinates of pt.

Returns

SvgPointF

The translated SvgPointF.