DrawingPadGetBitmapBytes Method

Function returns byte array, where bitmap data is stored.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public byte[] GetBitmapBytes()

Return Value

Byte
Byte array with actual bitmap data.

See Also