Operator operator -
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
operator -(SvgPointF, SvgSizeF)
public static SvgPointF operator -(SvgPointF pt, SvgSizeF sz)
Parameters
pt
SvgPointFThe SvgPointF to translate.
sz
SvgSizeFThe SvgSizeF that specifies the numbers to subtract from the coordinates of pt.