PathPrimitiveAddFront Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddFront(
PathPoint pathPoint
)
Public Sub AddFront (
pathPoint As PathPoint
)
public:
void AddFront(
PathPoint^ pathPoint
)
member AddFront :
pathPoint : PathPoint -> unit
Parameters
- pathPoint
- Type: AGI.Foundation.GraphicsPathPoint
The point added to the front of the line.
See Also