ICMPObjectSetSpecialAreaColor Method

Sets the color for a given AreaType. Color.Empty resets to default drawing like defined in the DrawingParameters Areas are only drawn, when activated in PCBI.Automation.DrawingParameters.IComponentParameters

Definition

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

Parameters

type  AreaType
AreaType
col  Color
Color

Implements

InterfaceCMPObjectSetSpecialAreaColor(AreaType, Color)

See Also