RasterCopyFromBitmap 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: 24.2.419.0 (24.2.419.0)
Syntax public void CopyFromBitmap(
Bitmap bitmap
)
Public Sub CopyFromBitmap (
bitmap As Bitmap
)
public:
void CopyFromBitmap(
Bitmap^ bitmap
)
member CopyFromBitmap :
bitmap : Bitmap -> unit
Parameters
- bitmap
- Type: System.DrawingBitmap
The
Bitmap
to copy the data from.
See Also