[][src]Trait dxplr::d2d1::ILinearGradientBrush

pub trait ILinearGradientBrush: IBrush {
    fn get_end_point(&self) -> Point2F;
fn get_gradient_stop_collection(&self) -> GradientStopCollection;
fn get_start_point(&self) -> Point2F;
fn set_end_point(&self, point: impl Into<Point2F>);
fn set_start_point(&self, point: impl Into<Point2F>); }

Required methods

Loading content...

Implementors

Loading content...