ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 IntPtr _
    ) 
    public void WriteSource( 
       BitmapSource bitmapSourceRef,
       IntPtr rectangleRef
    )

    Parameters

    bitmapSourceRef
    rectangleRef
    See Also