Struct iui::draw::LinearGradientBrush [−][src]
pub struct LinearGradientBrush {
pub start_x: f64,
pub start_y: f64,
pub end_x: f64,
pub end_y: f64,
pub stops: Vec<BrushGradientStop>,
}A brush that paints a linear gradient.
Fields
start_x: f64
start_y: f64
end_x: f64
end_y: f64
stops: Vec<BrushGradientStop>
Trait Implementations
impl Clone for LinearGradientBrush[src]
impl Clone for LinearGradientBrushfn clone(&self) -> LinearGradientBrush[src]
fn clone(&self) -> LinearGradientBrushReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LinearGradientBrush[src]
impl Debug for LinearGradientBrushAuto Trait Implementations
impl Send for LinearGradientBrush
impl Send for LinearGradientBrushimpl Sync for LinearGradientBrush
impl Sync for LinearGradientBrush