|
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.297-beta+c4c8a839e939f7741977e6b01208d8a074273105
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