IDrawImageCanvas

public interface IDrawImageCanvas

Methods

Method Description
drawImage(System.Drawing.Bitmap image, System.Drawing.Rectangle dst, System.Drawing.Rectangle src)

drawImage(System.Drawing.Bitmap image, System.Drawing.Rectangle dst, System.Drawing.Rectangle src)

public abstract void drawImage(System.Drawing.Bitmap image, System.Drawing.Rectangle dst, System.Drawing.Rectangle src)

Parameters:

Parameter Type Description
image com.aspose.ms.System.Drawing.Bitmap
dst com.aspose.ms.System.Drawing.Rectangle
src com.aspose.ms.System.Drawing.Rectangle