InterfacePictureLayerTranslate Method
Translate the image by specified offset values.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
void Translate(
float offsetX,
float offsetY
)
Sub Translate (
offsetX As Single,
offsetY As Single
)
void Translate(
float offsetX,
float offsetY
)
abstract Translate :
offsetX : float32 *
offsetY : float32 -> unit
Parameters
- offsetX Single
- The offset in x direction.
- offsetY Single
- The offset in y direction.