Constructor which sets all the necessary values.
Public Sub New( width As UInteger, height As UInteger, imageData As IntPtr )
public ImageBGRA32( uint width, uint height, IntPtr imageData );
Parameters |
Description |
uint width |
Input the image's width |
uint height |
Input the image's height |
IntPtr imageData |
Input the image's buffer data |
Comments? |