IPCBIWindowZoomRect(RectangleD) 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void ZoomRect(
	RectangleD Rect
)

Parameters

Rect  RectangleD
chosen view rectangle

Implements

InterfacePCBIWindowZoomRect(RectangleD)

See Also