InterfaceCMPObjectSetSpecialAreaColor Method

Sets the color for a given AreaType. Color.Empty hides a certain area. Areas are only drawn, when activated in PCBI.Automation.DrawingParameters.IComponentParameters

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetSpecialAreaColor(
	AreaType type,
	Color col
)

Parameters

type  AreaType
AreaType
col  Color
Color

See Also