ISurfaceSpecificsTransform Method

Move and rotate the surface.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Transform(
	PointF Offset,
	double Angle
)

Parameters

Offset  PointF
X and Y offset to move the surface.
Angle  Double
Rotation angle for the surface.

See Also