ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / GetClosestPixelFormat Method

In This Topic
    GetClosestPixelFormat Method
    In This Topic
    HRESULT IWICBitmapSourceTransform::GetClosestPixelFormat([InOut] GUID* pguidDstFormat)
    Syntax
    'Declaration
     
    Public Sub GetClosestPixelFormat( _
       ByRef guidDstFormatRef As System.Guid _
    ) 
    public void GetClosestPixelFormat( 
       ref System.Guid guidDstFormatRef
    )

    Parameters

    guidDstFormatRef
    See Also