Struct winapi::windowscodecs::IWICBitmapScaler
[−]
[src]
pub struct IWICBitmapScaler { pub lpVtbl: *const IWICBitmapScalerVtbl, }
Fields
lpVtbl |
Methods
impl IWICBitmapScaler
[src]
unsafe fn Initialize(&mut self, pISource: *mut IWICBitmapSource, uiWidth: UINT, uiHeight: UINT, mode: WICBitmapInterpolationMode) -> HRESULT
Methods from Deref<Target=IWICBitmapSource>
unsafe fn GetSize(&mut self, puiWidth: *mut UINT, puiHeight: UINT) -> HRESULT
unsafe fn GetPixelFormat(&mut self, pPixelFormat: *mut WICPixelFormatGUID) -> HRESULT
unsafe fn GetResolution(&mut self, pDpiX: *mut f64, pDpiY: *mut f64) -> HRESULT
unsafe fn CopyPalette(&mut self, pIPalette: *mut IWICPalette) -> HRESULT
unsafe fn CopyPixels(&mut self, prc: *const WICRect, cbStride: UINT, cbBufferSize: UINT, pbBuffer: *mut BYTE) -> HRESULT
Trait Implementations
impl Deref for IWICBitmapScaler
[src]
type Target = IWICBitmapSource
The resulting type after dereferencing
fn deref(&self) -> &IWICBitmapSource
The method called to dereference a value
impl DerefMut for IWICBitmapScaler
[src]
fn deref_mut(&mut self) -> &mut IWICBitmapSource
The method called to mutably dereference a value