ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapFrameEncode Class / WriteSource Method / WriteSource(BitmapSource,IntPtr) Method

In This Topic
    WriteSource(BitmapSource,IntPtr) Method
    In This Topic
    HRESULT IWICBitmapFrameEncode::WriteSource([In, Optional] IWICBitmapSource* pIBitmapSource,[In] void* prc)
    Syntax
    'Declaration
     
    Public Overloads Sub WriteSource( _
       ByVal bitmapSourceRef As BitmapSource, _
       ByVal rectangleRef As System.IntPtr _
    ) 
    public void WriteSource( 
       BitmapSource bitmapSourceRef,
       System.IntPtr rectangleRef
    )

    Parameters

    bitmapSourceRef
    rectangleRef
    See Also