Struct iui::draw::StrokeParams [−][src]
Fields
cap: LineCap
join: LineJoin
thickness: f64
miter_limit: f64
dashes: Vec<f64>
dash_phase: f64
Methods
impl StrokeParams
[src]
[−]
impl StrokeParams
pub fn as_stroke_params_ref(&self, _ctx: &UI) -> StrokeParamsRef
[src]
pub fn as_stroke_params_ref(&self, _ctx: &UI) -> StrokeParamsRef
Trait Implementations
impl Clone for StrokeParams
[src]
[+]
impl Clone for StrokeParams
impl Debug for StrokeParams
[src]
[+]
impl Debug for StrokeParams
Auto Trait Implementations
impl Send for StrokeParams
impl Send for StrokeParams
impl Sync for StrokeParams
impl Sync for StrokeParams