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: 25.1.421.0 (25.1.421.0)
Syntax
public DurationPathPrimitiveUpdatePolicy(
	Duration duration,
	PathPrimitiveRemoveLocation removeLocation
)

Parameters

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