IPCBIWindowPCBIChangedTransparencyEventHandler Delegate

The PCBIChangedTransparencyEventHandler is to inform about changing in the DrawOnlySelectedFeature mode.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void PCBIChangedTransparencyEventHandler(
	bool DrawOnlySelectedFeature,
	int value
)

Parameters

DrawOnlySelectedFeature  Boolean
on or off
value  Int32
to calculate the alpha value for drawing not selected values

See Also