IInfoLayerParameters Class

Info layer parameters for showing extra text on the relevant elements.

Definition

Namespace: PCBI.Automation.DrawingParameters
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class IInfoLayerParameters
Inheritance
Object    IInfoLayerParameters

Constructors

IInfoLayerParameters(Boolean) Create instance of info layer parameters.
IInfoLayerParameters(Boolean, InfoLayerEnum, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) Create instance of info layer parameters with all details.

Fields

FontName Font Family for all Labels => Empty = GenericFontFamilies.SansSerif
HighlightOutline Draw additional frame for overlayed objects
InfoToShow Type of information for the overlay
LineColor Color of Lines
LineTextColor Color of line label
OutLineColor Color of Line's outline
OutPadColor Color of Pads
PadTextColor Color of pad label
ShowInfoLayer Info layer on/off
ShowLineInfo Display info overlay on lines
ShowPadInfo Display info overlay on Drill Pads
ShowSMDInfo Display info overlay on SMD Pads
ShowSurfaceInfo Display info overlay on Surfaces (only Size)
UnitMM Unit MM or Mils for Size Label

Extension Methods

See Also