Click or drag to resize

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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
void TranslateTransform(
	float x,
	float y
)

Parameters

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