ShopToolsUtilDrawRouter Method
Draw the starting or ending router symbol.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static void DrawRouter(
FPoint displayLocation,
StartEndEnum startEnd,
Graphics graphics,
Rectangle workspaceArea,
float scale
)
Public Shared Sub DrawRouter (
displayLocation As FPoint,
startEnd As StartEndEnum,
graphics As Graphics,
workspaceArea As Rectangle,
scale As Single
)
No code example is currently available or this language may not be supported.
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.