Struct flo_animation::BrushPropertiesElement [] [src]

pub struct BrushPropertiesElement { /* fields omitted */ }

Element representing selecting some new brush properties

Methods

impl BrushPropertiesElement
[src]

[src]

Creates a new brush properties vector element

[src]

Retrieves the brush properties that this will set for future elements

Trait Implementations

impl Clone for BrushPropertiesElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl VectorElement for BrushPropertiesElement
[src]

[src]

The ID of this vector element

[src]

Retrieves the paths for this element, if there are any

[src]

Renders this vector element

[src]

Updates the vector properties for future elements

impl Into<Vector> for BrushPropertiesElement
[src]

[src]

Performs the conversion.

Auto Trait Implementations