[][src]Type Definition nannou::draw::primitive::path::PathStroke

type PathStroke<S = Default> = PathOptions<StrokeOptions, S>;

A stroked path drawing context.

Methods

impl<S> PathStroke<S>[src]

pub fn weight(self, weight: f32) -> Self[src]

Short-hand for the stroke_weight method.

pub fn tolerance(self, tolerance: f32) -> Self[src]

Short-hand for the stroke_tolerance method.

Trait Implementations

impl<S> SetStroke for PathStroke<S>[src]