Method DrawImage
DrawImage<TColor, TDepth>(Image<TColor, TDepth>, Image<TColor, TDepth>, ResizeImageMethod)
Declaration
public static void DrawImage<TColor, TDepth>(this Image<TColor, TDepth> canvas, Image<TColor, TDepth> imageToDraw, ResizeImageMethod method = ResizeImageMethod.Stretch) where TColor : struct, IColor where TDepth : struct
Parameters
Type |
Name |
Description |
Image<TColor, TDepth> |
canvas |
|
Image<TColor, TDepth> |
imageToDraw |
|
ResizeImageMethod |
method |
|
Type Parameters
Name |
Description |
TColor |
|
TDepth |
|