InterfaceSurfaceSpecificsDTransform Method

Move and rotate the surface.

Definition

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

Parameters

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

See Also