TrackLayerCollectionMoveExplicit Method

Move the tool to another location on the board.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private FPoint MoveExplicit(
	OperationLayoutItem layoutItem,
	TrackLayerItem trackLayer,
	FPoint location
)

Parameters

layoutItem  OperationLayoutItem
Reference to the layout item being processed.
trackLayer  TrackLayerItem
Reference to the track layer into which the actions will be placed.
location  FPoint
Reference to the active location from which the move is starting.

Return Value

FPoint
Reference to the updated current location.

See Also