Operator operator +
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
operator +(SvgPointF, SvgSizeF)
public static SvgPointF operator +(SvgPointF pt, SvgSizeF sz)
Parameters
ptSvgPointFThe SvgPointF to translate.
szSvgSizeFThe SvgSizeF that specifies the numbers to add to the x- and y-coordinates of the SvgPointF.