ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / GetClosestSize Method / GetClosestSize(Size2L) Method
The size.

In This Topic
    GetClosestSize(Size2L) Method
    In This Topic
    Returns the closest dimensions the implementation can natively scale to given the desired dimensions.
    Syntax
    'Declaration
     
    Public Overloads Sub GetClosestSize( _
       ByRef size As Size2L _
    ) 
    public void GetClosestSize( 
       ref Size2L size
    )

    Parameters

    size
    The size.
    See Also