TransformTranslate Method

Appends the specified translation to this transformation.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.0.0.1 (4.0.0.1)
Syntax
public void Translate(
        double offsetX,
        double offsetY
)

Parameters

offsetX
Type: SystemDouble
The translation of the x-coordinate.
offsetY
Type: SystemDouble
The translation of the y-coordinate.
See Also