TransformTranslatePrepend Method
|
Prepends the specified translation to this
transformation.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void TranslatePrepend(
double offsetX,
double offsetY
)
Public Sub TranslatePrepend (
offsetX As Double,
offsetY As Double
)
member TranslatePrepend :
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