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.2.419.0 (24.2.419.0)
Syntax public enum PathPrimitiveRemoveLocation
Public Enumeration PathPrimitiveRemoveLocation
public enum class PathPrimitiveRemoveLocation
type PathPrimitiveRemoveLocation
Members
| Member name | Description |
---|
| RemoveLocationFront |
Remove from the front of the line.
|
| RemoveLocationBack |
Remove from the back of the line.
|
See Also