IComponentAreaParameters Constructor
Create an instance of component area parameters.
Namespace: PCBI.Automation.DrawingParametersAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public IComponentAreaParameters(
AreaType Type,
bool DrawArea,
DashStyle DrawStyle,
Color DrawColor,
bool FillArea,
Color FillColor
)
Public Sub New (
Type As AreaType,
DrawArea As Boolean,
DrawStyle As DashStyle,
DrawColor As Color,
FillArea As Boolean,
FillColor As Color
)
public:
IComponentAreaParameters(
AreaType Type,
bool DrawArea,
DashStyle DrawStyle,
Color DrawColor,
bool FillArea,
Color FillColor
)
new :
Type : AreaType *
DrawArea : bool *
DrawStyle : DashStyle *
DrawColor : Color *
FillArea : bool *
FillColor : Color -> IComponentAreaParameters
Parameters
- Type AreaType
- Type of the area for this setting
- DrawArea Boolean
- Draw the area outline or not
- DrawStyle DashStyle
- Line Style for drawing
- DrawColor Color
- Color for drawing
- FillArea Boolean
- Draw the area filed or not
- FillColor Color
- Color for filling