C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / GetClosestSize Method / GetClosestSize(Int32,Int32) Method

In This Topic
GetClosestSize(Int32,Int32) Method
In This Topic
HRESULT IWICBitmapSourceTransform::GetClosestSize([InOut] unsigned int* puiWidth,[InOut] unsigned int* puiHeight)
Syntax
'Declaration
 
Public Overloads Sub GetClosestSize( _
   ByRef widthRef As System.Integer, _
   ByRef heightRef As System.Integer _
) 
 

Parameters

widthRef
heightRef
See Also