ComponentOne Bitmap for UWP
Initialize Method (BitmapScaler)

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapScaler Class : Initialize Method
HRESULT IWICBitmapScaler::Initialize([In] IWICBitmapSource* pISource,[In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] WICBitmapInterpolationMode mode)
Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal sourceRef As BitmapSource, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal mode As BitmapInterpolationMode _
) 
public void Initialize( 
   BitmapSource sourceRef,
   System.int width,
   System.int height,
   BitmapInterpolationMode mode
)

Parameters

sourceRef
width
height
mode
See Also

Reference

BitmapScaler Class
BitmapScaler Members