ISelectionParameters Class
Parameters of selection.
Namespace: PCBI.Automation.DrawingParametersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public class ISelectionParameters
Public Class ISelectionParameters
public ref class ISelectionParameters
type ISelectionParameters = class end
- Inheritance
- Object ISelectionParameters
ISelectionParameters | Initializes a new instance of the ISelectionParameters class |
ISelectionParameters(Int32, Int32, SelectionModeEnum, SelectionModeEnum, Boolean, Color, Boolean, HatchStyle, Color, Color, Color) | Initializes a new instance of the ISelectionParameters class |
ContrastComponents |
Contrast for non-selected Components if SelectionModeCMPs is DRAW_ONLY_SELECTION (0-255, 0=Hide)
|
ContrastFeatures |
Contrast for non-selected Objects if SelectionModeFeatures is DRAW_ONLY_SELECTION (0-255, 0=Hide)
|
HatchSelection |
Hatch of Fill the Selection if SelectionModeFeatures is not DRAW_ONLY_SELECTION
|
HatchStyleSelection |
Hatch Style of the Selection if HatchSelection=true and SelectionModeFeatures is not DRAW_ONLY_SELECTION
|
SelectionColor |
Color of the Selection if SelectionModeFeatures is not DRAW_ONLY_SELECTION
|