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

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

Required methods

pub fn get_end_point(&self) -> Point2F[src]

pub fn get_gradient_stop_collection(&self) -> GradientStopCollection[src]

pub fn get_start_point(&self) -> Point2F[src]

pub fn set_end_point(&self, point: impl Into<Point2F>)[src]

pub fn set_start_point(&self, point: impl Into<Point2F>)[src]

Loading content...

Implementors

impl ILinearGradientBrush for LinearGradientBrush[src]

Loading content...