Method CopyFromBitmap
CopyFromBitmap<TColor, TDepth>(Image<TColor, TDepth>, Bitmap)
Declaration
public static void CopyFromBitmap<TColor, TDepth>(this Image<TColor, TDepth> image, Bitmap bitmap) where TColor : struct, IColor where TDepth : new()
Parameters
| Type | Name | Description |
|---|---|---|
| Image<TColor, TDepth> | image | |
| Bitmap | bitmap |
Type Parameters
| Name | Description |
|---|---|
| TColor | |
| TDepth |