ISelectionParameters(Int32, Int32, SelectionModeEnum, SelectionModeEnum, Boolean, Color, Boolean, HatchStyle, Color, Color, Color) Constructor
Namespace: PCBI.Automation.DrawingParametersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public ISelectionParameters(
int ContrastFeatures,
int ContrastComponents,
SelectionModeEnum SelectionModefeatures,
SelectionModeEnum SelectionModeCMPs,
bool ShowTransparentSurfaces,
Color SelectionColor,
bool HatchSelection,
HatchStyle HatchStyleSelection,
Color ComponentTopSelectionColor,
Color ComponentbotSelectionColor,
Color ComponentTextSelectionColor
)
Public Sub New (
ContrastFeatures As Integer,
ContrastComponents As Integer,
SelectionModefeatures As SelectionModeEnum,
SelectionModeCMPs As SelectionModeEnum,
ShowTransparentSurfaces As Boolean,
SelectionColor As Color,
HatchSelection As Boolean,
HatchStyleSelection As HatchStyle,
ComponentTopSelectionColor As Color,
ComponentbotSelectionColor As Color,
ComponentTextSelectionColor As Color
)
public:
ISelectionParameters(
int ContrastFeatures,
int ContrastComponents,
SelectionModeEnum SelectionModefeatures,
SelectionModeEnum SelectionModeCMPs,
bool ShowTransparentSurfaces,
Color SelectionColor,
bool HatchSelection,
HatchStyle HatchStyleSelection,
Color ComponentTopSelectionColor,
Color ComponentbotSelectionColor,
Color ComponentTextSelectionColor
)
new :
ContrastFeatures : int *
ContrastComponents : int *
SelectionModefeatures : SelectionModeEnum *
SelectionModeCMPs : SelectionModeEnum *
ShowTransparentSurfaces : bool *
SelectionColor : Color *
HatchSelection : bool *
HatchStyleSelection : HatchStyle *
ComponentTopSelectionColor : Color *
ComponentbotSelectionColor : Color *
ComponentTextSelectionColor : Color -> ISelectionParameters
Parameters
- ContrastFeatures Int32
-
- ContrastComponents Int32
-
- SelectionModefeatures SelectionModeEnum
-
- SelectionModeCMPs SelectionModeEnum
-
- ShowTransparentSurfaces Boolean
-
- SelectionColor Color
-
- HatchSelection Boolean
-
- HatchStyleSelection HatchStyle
-
- ComponentTopSelectionColor Color
-
- ComponentbotSelectionColor Color
-
- ComponentTextSelectionColor Color
-