[]
Represents a 'translate' function in the transform list.
public class SvgTranslateTransform : SvgTransform
Initializes a new instance of the SvgTranslateTransform class.
public SvgTranslateTransform()
Gets or sets an SvgLength describing translation along the X-coordinate.
public SvgLength TranslateX { get; set; }
Gets or sets an SvgLength describing translation along the Y-coordinate.
public SvgLength TranslateY { get; set; }