Struct cairo::LinearGradient
[−]
[src]
pub struct LinearGradient { /* fields omitted */ }
pub struct LinearGradient { /* fields omitted */ }
impl LinearGradient[src]fn wrap(pointer: *mut cairo_pattern_t) -> LinearGradient[src]fn reference(&self) -> LinearGradient[src]impl LinearGradient[src]fn new(x0: f64, y0: f64, x1: f64, y1: f64) -> LinearGradient[src]fn get_linear_points(&self) -> (f64, f64, f64, f64)[src]impl Pattern for LinearGradient[src]fn get_ptr(&self) -> *mut cairo_pattern_t[src]fn ensure_status(&self)[src]fn status(&self) -> Status[src]fn get_reference_count(&self) -> isize[src]fn set_extend(&self, extend: Extend)[src]fn get_extend(&self) -> Extend[src]fn set_filter(&self, filter: Filter)[src]fn get_filter(&self) -> Filter[src]fn set_matrix(&self, matrix: Matrix)[src]fn get_matrix(&self) -> Matrix[src]impl Drop for LinearGradient[src]impl Gradient for LinearGradient[src]