Click or drag to resize

PathPrimitiveRemoveLocation Enumeration

Represents the location of a point to be removed.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public enum PathPrimitiveRemoveLocation
Members
  Member nameDescription
RemoveLocationFront Remove from the front of the line.
RemoveLocationBack Remove from the back of the line.
See Also