|
BitmapExtensionsFromPixelData Method
|
Converts from an array of pixel data to a
Bitmap image.
Namespace: GSF.DrawingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.310-beta+8be1e7b248e48e1670d7f9d47b69224411be6dd9
Syntaxpublic static Bitmap FromPixelData(
int width,
uint[] pixelData
)
GSF.Drawing.BitmapExtensions.FromPixelData = function(width, pixelData);
View SourceParameters
- width Int32
- The width of the bitmap.
- pixelData UInt32
- The values of individual pixels in ARGB format.
Return Value
BitmapA bitmap image converted from the pixel data.
See Also