Click or drag to resize

Raster.CopyFromBitmap Method

Copies a .NET Bitmap with a supported PixelFormat into this raster. Format8bppIndexed, Format24bppRgb, Format32bppRgb, and Format32bppArgb bitmap data are supported.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void CopyFromBitmap(
	Bitmap bitmap
)

Parameters

bitmap
Type: System.Drawing.Bitmap
The Bitmap to copy the data from.
See Also