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

Parameters

Rect  RectangleF
chosen view rectangle

Implements

InterfacePCBIWindowZoomRect(RectangleF)

See Also