[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTranslateTransform

SvgTranslateTransform Class

Represents a 'translate' function in the transform list.

Inheritance
SvgTranslateTransform
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgTranslateTransform : SvgTransform
Public Class SvgTranslateTransform
    Inherits SvgTransform

Constructors

Name Description
SvgTranslateTransform()

Initializes a new instance of the SvgTranslateTransform class.

Properties

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.