ShopToolsUtilDrawHole Method

Draw the drill hole symbol.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static void DrawHole(
	FPoint displayLocation,
	Graphics graphics,
	Rectangle workspaceArea,
	float scale,
	bool selected = false
)

Parameters

displayLocation  FPoint
Reference to the raw display-space location at which the symbol will be centered.
graphics  Graphics
Reference to the currently active graphics device.
workspaceArea  Rectangle
Workspace area representing the client offset from the control.
scale  Single
Scale to apply to the positioning of the symbol on the drawing area.
selected  Boolean  (Optional)
Value indicating whether the hole and its offset should be drawn as selected.

See Also