IBarGraphicsTranslateTransform Method |
Use a translate transform to move the render point
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntaxvoid TranslateTransform(
float x,
float y
)
Sub TranslateTransform (
x As Single,
y As Single
)
Parameters
- x
- Type: SystemSingle
The x direction translation. - y
- Type: SystemSingle
The y direction translation.
See Also