IPCBIWindowGetVisibleArea Method

This methode calculate the visible area in PCB-Investigator.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public RectangleF GetVisibleArea()

Return Value

RectangleF
Returns the picturearea from PCB-Investigator/IStep.GetBitmap or an empty rectangle if no job is loaded. The rectangle is in mils.

Implements

InterfacePCBIWindowGetVisibleArea

See Also