[][src]Struct winapi::um::d2d1_3::ID2D1SvgGlyphStyle

#[repr(C)]
pub struct ID2D1SvgGlyphStyle {
    pub lpVtbl: *const ID2D1SvgGlyphStyleVtbl,
}

Fields

lpVtbl: *const ID2D1SvgGlyphStyleVtbl

Methods

impl ID2D1SvgGlyphStyle[src]

pub unsafe fn SetFill(&self, brush: *mut ID2D1Brush) -> HRESULT[src]

pub unsafe fn GetFill(&self, brush: *mut *mut ID2D1Brush)[src]

pub unsafe fn SetStroke(
    &self,
    brush: *mut ID2D1Brush,
    strokeWidth: FLOAT,
    dashes: *const FLOAT,
    dashesCount: UINT32,
    dashOffset: FLOAT
) -> HRESULT
[src]

pub unsafe fn GetStrokeDashesCount(&self) -> UINT32[src]

pub unsafe fn GetStroke(
    &self,
    brush: *mut *mut ID2D1Brush,
    strokeWidth: *mut FLOAT,
    dashes: *mut FLOAT,
    dashesCount: UINT32,
    dashOffset: *mut FLOAT
)
[src]

Methods from Deref<Target = ID2D1Resource>

pub unsafe fn GetFactory(&self, factory: *mut *mut ID2D1Factory)[src]

Trait Implementations

impl Interface for ID2D1SvgGlyphStyle[src]

impl Deref for ID2D1SvgGlyphStyle[src]

type Target = ID2D1Resource

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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