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
)
Public Sub Translate (
offsetX As Double,
offsetY As Double
)
member Translate :
offsetX : float *
offsetY : float -> unit
Parameters
- offsetX
- Type: SystemDouble
The translation of the x-coordinate.
- offsetY
- Type: SystemDouble
The translation of the y-coordinate.
See Also