BaseVectorGeometry
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing
Summary:
Defines an area geometry.
Implements:
Derived:
Properties
Gets a value indicating whether the instance has transform.
Type: Boolean
Type: Boolean
Gets or sets the clipping bounds.
Type: LvcRectangle
Type: LvcRectangle
Gets the commands in the vector.
Type: LinkedList<Segment>
Type: LinkedList<Segment>
Gets or sets the closing method.
Type: VectorClosingMethod
Type: VectorClosingMethod
Gets or sets a value indicating whether the instance should be removed from the canvas when all the animations are completed.
Type: Boolean
Type: Boolean
Public static fields
Methods
// Completes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to complete, when no properties, all properties are selected. |
)
// Measures the instance.
// Sets the transition for the specified properties.
| Animation animation, | // The animation. |
| PropertyDefinition[] properties | // The properties, null to select all properties. |
)
// Removes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to remove, null to select all properties. |
)