ISelectionParameters(Int32, Int32, SelectionModeEnum, SelectionModeEnum, Boolean, Color, Boolean, HatchStyle, Color, Color, Color) Constructor

Initializes a new instance of the ISelectionParameters class

Definition

Namespace: PCBI.Automation.DrawingParameters
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ISelectionParameters(
	int ContrastFeatures,
	int ContrastComponents,
	SelectionModeEnum SelectionModefeatures,
	SelectionModeEnum SelectionModeCMPs,
	bool ShowTransparentSurfaces,
	Color SelectionColor,
	bool HatchSelection,
	HatchStyle HatchStyleSelection,
	Color ComponentTopSelectionColor,
	Color ComponentbotSelectionColor,
	Color ComponentTextSelectionColor
)

Parameters

ContrastFeatures  Int32
 
ContrastComponents  Int32
 
SelectionModefeatures  SelectionModeEnum
 
SelectionModeCMPs  SelectionModeEnum
 
ShowTransparentSurfaces  Boolean
 
SelectionColor  Color
 
HatchSelection  Boolean
 
HatchStyleSelection  HatchStyle
 
ComponentTopSelectionColor  Color
 
ComponentbotSelectionColor  Color
 
ComponentTextSelectionColor  Color
 

See Also