frmMainpnlWorkspace_Paint Method

The Workspace panel is being painted.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private void pnlWorkspace_Paint(
	Object sender,
	PaintEventArgs e
)

Parameters

sender  Object
The object raising this event.
e  PaintEventArgs
Paint event arguments.

Remarks

The start and end locations of chained operations are recalculated while drawing.

See Also