IPictureLayerRotate Method

Rotate the image of the picture layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Rotate(
	float angle
)

Parameters

angle  Single
the angle to rotate, negative rotate counter clock wise

Implements

InterfacePictureLayerRotate(Single)

See Also