ComponentOne Bitmap for UWP
C1.UWP.DX 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 _
    ) 
    public void GetClosestSize( 
       ref System.int widthRef,
       ref System.int heightRef
    )

    Parameters

    widthRef
    heightRef
    See Also