Method DrawImageAsync
DrawImageAsync(FieldPosition, Bitmap)
Draws the image.
Declaration
Task<bool> DrawImageAsync(FieldPosition position, Bitmap bitmap)
Parameters
Type | Name | Description |
---|---|---|
FieldPosition | position | The position to draw the image at. |
System.Drawing.Bitmap | bitmap | The image. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |