SelectionModeEnum Enumeration

Enum to select the mode how to draw the selection.

Definition

Namespace: PCBI.Automation.DrawingParameters
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public enum SelectionModeEnum

Members

DRAW_SELECTION_HIGHLIGHTED0 Visible Layers are drawn normally, the complete selection is drawn on top with the given color/brush, even if the belonging layer is not visible
DRAW_SELECTION_HIGHLIGHTED_ON_ACTIVE_LAYERS1 Visible Layers are drawn normally, the selection is drawn on top with the given color/brush, but only if the belonging layer is visible
IGNORE_SELECTION2 The selection is ignored and therefore drawn as if there is no selection
DRAW_ONLY_SELECTION3 Visible Layers are not drawn, or drawn with less opactiy, depending on the ISelectionParameters->Contrast Parameter. The selection is drawn with full opactiy, but only on visible layers.

See Also