Enum iui::draw::Brush [] [src]

pub enum Brush {
    Solid(SolidBrush),
    LinearGradient(LinearGradientBrush),
    RadialGradient(RadialGradientBrush),
    Image,
}

Used to determine how a given stroke or fill is drawn.

Variants

Methods

impl Brush
[src]

[src]

Trait Implementations

impl Clone for Brush
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Brush
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Brush

impl Sync for Brush