pub trait ID2D1LinearGradientBrush_Impl: Sized + ID2D1Brush_Impl {
// Required methods
fn SetStartPoint(&self, startpoint: &D2D_POINT_2F);
fn SetEndPoint(&self, endpoint: &D2D_POINT_2F);
fn GetStartPoint(&self) -> D2D_POINT_2F;
fn GetEndPoint(&self) -> D2D_POINT_2F;
fn GetGradientStopCollection(
&self,
gradientstopcollection: *mut Option<ID2D1GradientStopCollection>,
);
}
Required Methods§
fn SetStartPoint(&self, startpoint: &D2D_POINT_2F)
fn SetEndPoint(&self, endpoint: &D2D_POINT_2F)
fn GetStartPoint(&self) -> D2D_POINT_2F
fn GetEndPoint(&self) -> D2D_POINT_2F
fn GetGradientStopCollection( &self, gradientstopcollection: *mut Option<ID2D1GradientStopCollection>, )
Object Safety§
This trait is not object safe.