InterfacePictureLayerTranslate Method

Translate the image by specified offset values.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
void Translate(
	float offsetX,
	float offsetY
)

Parameters

offsetX  Single
The offset in x direction.
offsetY  Single
The offset in y direction.

See Also