GetBitmapDimensionEx

Function GetBitmapDimensionEx 

Source
pub unsafe extern "system" fn GetBitmapDimensionEx(
    hbit: *mut c_void,
    lpsize: *mut SIZE,
) -> i32
Expand description

#268 GetBitmapDimensionEx

returns the dimensions of the bitmap specified by hbmp and stores the dimension information in the POINT structure given in the lpSize parameter