IPictureLayerScale Method

Scale the image in x and y directions.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Scale(
	float ScaleXValue,
	float ScaleYValue
)

Parameters

ScaleXValue  Single
the x scale value
ScaleYValue  Single
the y scale value

Implements

InterfacePictureLayerScale(Single, Single)

See Also