InterfacePictureLayerScale Method

Scale the image in x and y directions.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void Scale(
	float scaleXValue,
	float scaleYValue
)

Parameters

scaleXValue  Single
 
scaleYValue  Single
 

See Also