IFilterGetSymbolBounds Method

Returns the size of a Symbol (not very performant, use with care)

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static RectangleD GetSymbolBounds(
	ISymbolLibraryEntry symbol
)

Parameters

symbol  ISymbolLibraryEntry
Symbol to get the bounds

Return Value

RectangleD
Bounds of the Symbol

See Also