Struct winapi::d2d1::ID2D1Bitmap
[−]
[src]
pub struct ID2D1Bitmap { pub lpVtbl: *const ID2D1BitmapVtbl, }
Fields
lpVtbl |
Methods
impl ID2D1Bitmap
[src]
unsafe fn GetSize(&mut self, ret: *mut D2D1_SIZE_F) -> *mut D2D1_SIZE_F
unsafe fn GetPixelSize(&mut self, ret: *mut D2D1_SIZE_U) -> *mut D2D1_SIZE_U
unsafe fn GetPixelFormat(&mut self, ret: *mut D2D1_PIXEL_FORMAT) -> *mut D2D1_PIXEL_FORMAT
unsafe fn GetDpi(&mut self, dpiX: *mut FLOAT, dpiY: *mut FLOAT)
unsafe fn CopyFromBitmap(&mut self, destPoint: *const D2D1_POINT_2U, bitmap: *mut ID2D1Bitmap, srcRect: *const D2D1_RECT_U) -> HRESULT
unsafe fn CopyFromRenderTarget(&mut self, destPoint: *const D2D1_POINT_2U, renderTarget: *mut ID2D1RenderTarget, srcRect: *const D2D1_RECT_U) -> HRESULT
unsafe fn CopyFromMemory(&mut self, dstRect: *const D2D1_RECT_U, srcData: *const c_void, pitch: UINT32) -> HRESULT
Trait Implementations
impl Deref for ID2D1Bitmap
[src]
type Target = ID2D1Image
The resulting type after dereferencing
fn deref(&self) -> &ID2D1Image
The method called to dereference a value
impl DerefMut for ID2D1Bitmap
[src]
fn deref_mut(&mut self) -> &mut ID2D1Image
The method called to mutably dereference a value