ComponentOne Bitmap for UWP
Import(IntPtr,Int32,Int32,PixelFormat) Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class > Import Method : Import(IntPtr,Int32,Int32,PixelFormat) Method
The pointer to the beginning of the unmanaged block of memory.
The width of the image, in pixels.
The height of the image, in pixels.
The pixel format of the image.
Loads the image from the unmanaged block of memory pointed by IntPtr.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal srcPtr As System.IntPtr, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormat As PixelFormat _
) 
public void Import( 
   System.IntPtr srcPtr,
   System.int width,
   System.int height,
   PixelFormat pixelFormat
)

Parameters

srcPtr
The pointer to the beginning of the unmanaged block of memory.
width
The width of the image, in pixels.
height
The height of the image, in pixels.
pixelFormat
The pixel format of the image.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List