IPCBIWindowDrawingEventHandler Delegate

The drawing delegate

Definition

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

Parameters

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

See Also