ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapLock Class / GetDataPointer Method / GetDataPointer(Int32) Method

In This Topic
    GetDataPointer(Int32) Method
    In This Topic
    HRESULT IWICBitmapLock::GetDataPointer([Out] unsigned int* pcbBufferSize,[Out] void** ppbData)
    Syntax
    'Declaration
     
    Public Overloads Function GetDataPointer( _
       ByRef bufferSizeRef As Integer _
    ) As IntPtr
    public IntPtr GetDataPointer( 
       out int bufferSizeRef
    )

    Parameters

    bufferSizeRef
    See Also