Method DrawImageFromOctets
DrawImageFromOctets(IClient, FieldPosition, Byte[])
Draws the image.
Declaration
public static Task<bool> DrawImageFromOctets(this IClient client, FieldPosition position, byte[] image)
Parameters
Type | Name | Description |
---|---|---|
IClient | client | The client. |
FieldPosition | position | The position to draw the image at. |
System.Byte[] | image | The PNG encoded image. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |