ShopToolsUtilDrawTable Method

Draw the work table and the workpiece.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static void DrawTable(
	Panel control,
	WorkpieceInfoItem workpieceInfo,
	Graphics graphics
)

Parameters

control  Panel
Reference to the panel control being painted.
workpieceInfo  WorkpieceInfoItem
Information about the workpiece and its cuts.
graphics  Graphics
Reference to the active graphics device.

See Also