Struct flo_animation::brushes::BrushPreview [] [src]

pub struct BrushPreview { /* fields omitted */ }

The brush preview structure is used to create and render a brush preview

Methods

impl BrushPreview
[src]

[src]

[src]

Chooses the brush that we should draw with

[src]

Sets the properties for the current brush

(Always sets the 'changed' flag)

[src]

Continues the current brush stroke

[src]

Clears the preview

[src]

Creates the definition element for the current brush stroke

[src]

Creates the properties element for the current brush stroke

[src]

Creates the brush element for the current brush stroke

[src]

Draws this preview brush stroke to the specified graphics object

[src]

Commits this preview to an animation

Trait Implementations

Auto Trait Implementations

impl Send for BrushPreview

impl Sync for BrushPreview