IPictureLayerTranslate Method

Translate the image by specified offset values.

Definition

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

Parameters

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

Implements

InterfacePictureLayerTranslate(Single, Single)

See Also