ComponentOne Bitmap for UWP
SetSize Method (BitmapFrameEncode)

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapFrameEncode Class : SetSize Method
HRESULT IWICBitmapFrameEncode::SetSize([In] unsigned int uiWidth,[In] unsigned int uiHeight)
Syntax
'Declaration
 
Public Sub SetSize( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public void SetSize( 
   System.int width,
   System.int height
)

Parameters

width
height
See Also

Reference

BitmapFrameEncode Class
BitmapFrameEncode Members