PdfBarGraphicsTranslateTransform Method |
Use a translate transform to move the render point
Namespace:
Atalasoft.PdfDoc.BarcodeWriting
Assembly:
Atalasoft.dotImage.PdfDoc.BarcodeWriting (in Atalasoft.dotImage.PdfDoc.BarcodeWriting.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void TranslateTransform(
float x,
float y
)
Public Sub TranslateTransform (
x As Single,
y As Single
)
Parameters
- x
- Type: SystemSingle
The x direction translation. - y
- Type: SystemSingle
The y direction translation.
Implements
IBarGraphicsTranslateTransform(Single, Single)See Also