TransformClassSetParamsForPrinting Method

Set fix values for printing

Definition

Namespace: PCB_Investigator.Automation.ResourcesOpen.Helper
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetParamsForPrinting(
	RectangleF mm,
	float fixedScale,
	bool CenterPicture
)

Parameters

mm  RectangleF
world rectangle in mil
fixedScale  Single
fix scale value for zoom
CenterPicture  Boolean
Center the picture to the world rectangle?

See Also