Click or drag to resize

DurationPathPrimitiveUpdatePolicy Constructor (Duration, PathPrimitiveRemoveLocation)

Initializes a policy with the specified duration and removeLocation.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DurationPathPrimitiveUpdatePolicy(
	Duration duration,
	PathPrimitiveRemoveLocation removeLocation
)

Parameters

duration
Type: AGI.Foundation.TimeDuration
Sets the amount of time that a point at RemoveLocation will be on the path.
removeLocation
Type: AGI.Foundation.Graphics.AdvancedPathPrimitiveRemoveLocation
Sets the remove location to the front or back of the path.
See Also