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: 24.1.418.0 (24.1.418.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