ShopToolsUtilDrawTable Method
Draw the work table and the workpiece.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void DrawTable(
Panel control,
WorkpieceInfoItem workpieceInfo,
Graphics graphics
)
Public Shared Sub DrawTable (
control As Panel,
workpieceInfo As WorkpieceInfoItem,
graphics As Graphics
)
No code example is currently available or this language may not be supported.
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.