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]

Trait Implementations

impl Clone for Brush
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Brush
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Brush

impl Sync for Brush