IPathGeometry<TDrawingContext, TPathArgs>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing
Summary:
Defines a path geometry in the user interface.
| TDrawingContext | The type of the drawing context. |
| TPathArgs | The type of the path. |
Derived:
Properties
Gets the first linked node.
Type: LinkedListNode<IPathCommand<TPathArgs>>
Type: LinkedListNode<IPathCommand<TPathArgs>>
Gets the last linked node.
Type: LinkedListNode<IPathCommand<TPathArgs>>
Type: LinkedListNode<IPathCommand<TPathArgs>>
Gets current commands count.
Type: Int32
Type: Int32
Methods
// Adds a command after the given liked node.
| LinkedListNode<IPathCommand<TPathArgs>> node, | // The linked node. |
| IPathCommand<TPathArgs> command | // |
)
// Adds a path command before the given linked node.
| LinkedListNode<IPathCommand<TPathArgs>> node, | // The linked node. |
| IPathCommand<TPathArgs> command | // |
)
// Determines whether the specified command is contained in the current path.
| IPathCommand<TPathArgs> command | // The command. |
)
// Clears the commands.