IComponentAreaParameters Constructor

Create an instance of component area parameters.

Definition

Namespace: PCBI.Automation.DrawingParameters
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IComponentAreaParameters(
	AreaType Type,
	bool DrawArea,
	DashStyle DrawStyle,
	Color DrawColor,
	bool FillArea,
	Color FillColor
)

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

See Also