[]
HRESULT IWICBitmapScaler::Initialize([In] IWICBitmapSource* pISource,[In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] WICBitmapInterpolationMode mode)
public void Initialize(BitmapSource sourceRef, int width, int height, BitmapInterpolationMode mode)
Type | Name | Description |
---|---|---|
BitmapSource | sourceRef | |
int | width | |
int | height | |
BitmapInterpolationMode | mode |