SVGSVGElementCurrentTranslate 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.

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public SVGPoint CurrentTranslate { get; }

Property Value

Type: SVGPoint
The current translate.
See Also