ISelectionParameters Class

Parameters of selection.

Definition

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

Constructors

ISelectionParametersInitializes 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

Properties

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

Fields

ComponentBotSelectionColor Selection color for components on the BOT Side
ComponentTextSelectionColor Selection color for component labels
ComponentTopSelectionColor Selection color for components on the TOP Side
SelectionModeCMPs Drawing mode for selected Components
SelectionModeFeatures Drawing mode for selected Objects
ShowTransparentSurfaces Show or Hide non-selected Surfaces if SelectionModeFeatures is DRAW_ONLY_SELECTION

Extension Methods

See Also