SVGSVGElement.CurrentTranslate

SVGSVGElement.CurrentTranslate property

On an outermost svg element, the corresponding translation factor that takes into account user “magnification”. When accessed on an ‘svg’ element that is not an outermost svg element, it is undefined what behavior this attribute has.

public SVGPoint CurrentTranslate { get; }

Property Value

The current translate.

See Also