TrackLayerCollectionAddPrecedingExplicitMoves Method

Add explicit moves that directly precede the current layout item.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private FPoint AddPrecedingExplicitMoves(
	OperationLayoutCollection layouts,
	int layoutIndex,
	IntRangeCollection moveIndices,
	TrackToolItem tool,
	FPoint location
)

Parameters

layouts  OperationLayoutCollection
Reference to the collection of layouts being processed.
layoutIndex  Int32
Index of the current layout within the collection.
moveIndices  IntRangeCollection
Collection of explicit move element ranges within the layout collection.
tool  TrackToolItem
Reference to the currently selected tool for the operation.
location  FPoint
Reference to the starting location.

Return Value

FPoint
Reference to the last-known current location.

See Also