IPCBIWindowGetBackgroundImageEventHandler Delegate

The drawing delegate for the background image

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate bool GetBackgroundImageEventHandler(
	Graphics g,
	int ClientWidth,
	int ClientHeight
)

Parameters

g  Graphics
the graphic from mainWindow.graphicpane
ClientWidth  Int32
graphicpane.width
ClientHeight  Int32
graphicpane.height

Return Value

Boolean

See Also