InterfacePCBIWindowZoomRect(RectangleF) Method

ZoomRect set the view in PCB-Investigator to the rectangle (if the rectangle side ratio does not apply to the window size PCB-Investigator make the view bigger).

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void ZoomRect(
	RectangleF rect
)

Parameters

rect  RectangleF
 

See Also