PathGeometry
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Geometries
Summary:
Implements:
Derived:
Constructors
// Initializes a new instance of the Animatable class.
Properties
Gets the first linked node.
Type: LinkedListNode<IPathCommand<SKPath>>
Type: LinkedListNode<IPathCommand<SKPath>>
Gets the last linked node.
Type: LinkedListNode<IPathCommand<SKPath>>
Type: LinkedListNode<IPathCommand<SKPath>>
Gets current commands count.
Type: Int32
Type: Int32
Gets or sets the current time.
Type: Int64
Type: Int64
Gets or sets a value indicating whether the element is removed when all the transitions complete.
Type: Boolean
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>
Type: Dictionary<String, IMotionProperty>
Methods
// Adds a command after the given liked node.
| LinkedListNode<IPathCommand<SKPath>> node, | // The linked node. |
| IPathCommand<SKPath> command | // |
)
// Adds a path command before the given linked node.
| LinkedListNode<IPathCommand<SKPath>> node, | // The linked node. |
| IPathCommand<SKPath> command | // |
)
// Determines whether the specified command is contained in the current path.
| IPathCommand<SKPath> segment | // The command. |
)
// Clears the commands.
// Completes the property or properties transitions.
| String[] propertyName | // Name of the property, null to select them all. |
)
// Removes a property or properties transitions.
| String[] propertyName | // Name of the property, null to remove them all. |
)