IStepGetBounds Method

Get the profile bounds of this step, or if there is no profile, the data bounds (including all substeps).

Definition

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

Return Value

RectangleF
Bounds of all items and substeps.

Implements

InterfaceStepGetBounds

See Also