Trait windows::Win32::UI::TextServices::ITextStoreAnchorEx_Impl

pub trait ITextStoreAnchorEx_Impl: Sized {
    // Required method
    fn ScrollToRect(
        &self,
        pstart: Option<&IAnchor>,
        pend: Option<&IAnchor>,
        rc: &RECT,
        dwposition: u32,
    ) -> Result<()>;
}

Required Methods§

fn ScrollToRect( &self, pstart: Option<&IAnchor>, pend: Option<&IAnchor>, rc: &RECT, dwposition: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§