[][src]Trait dxplr::d2d1::IStrokeStyle

pub trait IStrokeStyle: IResource {
    fn get_dash_cap(&self) -> CapStyle;
fn get_dashes(&self) -> Vec<f32>;
fn get_dashes_count(&self) -> u32;
fn get_dash_offset(&self) -> f32;
fn get_dash_style(&self) -> DashStyle;
fn get_end_cap(&self) -> CapStyle;
fn get_line_join(&self) -> LineJoin;
fn get_miter_limit(&self) -> f32;
fn get_start_cap(&self) -> CapStyle; }

Required methods

fn get_dash_cap(&self) -> CapStyle

fn get_dashes(&self) -> Vec<f32>

fn get_dashes_count(&self) -> u32

fn get_dash_offset(&self) -> f32

fn get_dash_style(&self) -> DashStyle

fn get_end_cap(&self) -> CapStyle

fn get_line_join(&self) -> LineJoin

fn get_miter_limit(&self) -> f32

fn get_start_cap(&self) -> CapStyle

Loading content...

Implementors

Loading content...