ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / IVirtualSurfaceImageSourceNative Class / Resize Method

In This Topic
    Resize Method (IVirtualSurfaceImageSourceNative)
    In This Topic
    HRESULT IVirtualSurfaceImageSourceNative::Resize([In] int newWidth,[In] int newHeight)
    Syntax
    'Declaration
     
    Public Sub Resize( _
       ByVal newWidth As System.Integer, _
       ByVal newHeight As System.Integer _
    ) 
    public void Resize( 
       System.int newWidth,
       System.int newHeight
    )

    Parameters

    newWidth
    newHeight
    See Also