ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapScaler Class / Initialize Method

In This Topic
    Initialize Method (BitmapScaler)
    In This Topic
    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