TransformClass Constructor

Init the transform class with basic size.

Definition

Namespace: PCB_Investigator.Automation.ResourcesOpen.Helper
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public TransformClass(
	int pWidth,
	int pHeight
)

Parameters

pWidth  Int32
width of image in pixel
pHeight  Int32
height of image in pixel

See Also