SetSize Method (BitmapFrameEncode)
In This Topic
HRESULT IWICBitmapFrameEncode::SetSize([In] unsigned int uiWidth,[In] unsigned int uiHeight)
Syntax
'Declaration
Public Sub SetSize( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetSize(
System.int ,
System.int
)
Parameters
- width
- height
See Also