Click or drag to resize

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
)

Parameters

x
Type: SystemSingle
The x direction translation.
y
Type: SystemSingle
The y direction translation.

Implements

IBarGraphicsTranslateTransform(Single, Single)
See Also