SelectionModeEnum Enumeration
Enum to select the mode how to draw the selection.
Namespace: PCBI.Automation.DrawingParametersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public enum SelectionModeEnum
Public Enumeration SelectionModeEnum
public enum class SelectionModeEnum
DRAW_SELECTION_HIGHLIGHTED | 0 |
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_LAYERS | 1 |
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_SELECTION | 2 |
The selection is ignored and therefore drawn as if there is no selection
|
DRAW_ONLY_SELECTION | 3 |
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.
|