[]
Represents a 'translate' function in the transform list.
public class SvgTranslateTransform : SvgTransform
Public Class SvgTranslateTransform
Inherits SvgTransform
Name | Description |
---|---|
SvgTranslateTransform() | Initializes a new instance of the SvgTranslateTransform class. |
Name | Description |
---|---|
TranslateX | Gets or sets an SvgLength describing translation along the X-coordinate. |
TranslateY | Gets or sets an SvgLength describing translation along the Y-coordinate. |