pub trait ID2D1InkStyle_Impl: Sized + ID2D1Resource_Impl {
    // Required methods
    fn SetNibTransform(&self, transform: *const Matrix3x2);
    fn GetNibTransform(&self, transform: *mut Matrix3x2);
    fn SetNibShape(&self, nibshape: D2D1_INK_NIB_SHAPE);
    fn GetNibShape(&self) -> D2D1_INK_NIB_SHAPE;
}

Required Methods§

fn SetNibTransform(&self, transform: *const Matrix3x2)

fn GetNibTransform(&self, transform: *mut Matrix3x2)

fn SetNibShape(&self, nibshape: D2D1_INK_NIB_SHAPE)

fn GetNibShape(&self) -> D2D1_INK_NIB_SHAPE

Object Safety§

This trait is not object safe.

Implementors§