[][src]Struct blend2d::path::StrokeOptions

#[repr(transparent)]
pub struct StrokeOptions { /* fields omitted */ }

Methods

impl StrokeOptions[src]

pub fn new() -> Self[src]

pub fn width(&self) -> f64[src]

pub fn miter_limit(&self) -> f64[src]

pub fn join(&self) -> StrokeJoin[src]

pub fn dash_offset(&self) -> f64[src]

pub fn start_cap(&self) -> StrokeCap[src]

pub fn end_cap(&self) -> StrokeCap[src]

Important traits for Array<u8>
pub fn dash_array(&self) -> &Array<f64>[src]

pub fn transform_order(&self) -> StrokeTransformOrder[src]

pub fn set_caps(&mut self, cap: StrokeCap)[src]

Trait Implementations

impl Drop for StrokeOptions[src]

impl Default for StrokeOptions[src]

impl Debug for StrokeOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]