ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer _
    ) As System.IntPtr
    public System.IntPtr GetDataPointer( 
       out System.int bufferSizeRef
    )

    Parameters

    bufferSizeRef
    See Also