ShopToolsUtilDrawRouter Method

Draw the starting or ending router symbol.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static void DrawRouter(
	FPoint displayLocation,
	StartEndEnum startEnd,
	Graphics graphics,
	Rectangle workspaceArea,
	float scale
)

Parameters

displayLocation  FPoint
Reference to the raw display-space location at which the symbol will be centered.
startEnd  StartEndEnum
The type of symbol to draw: Start or End.
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.

See Also