DrawingPadSetBitmapBytes Method
Sets the current surface bitmap data to aBitmapBytes.
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public void SetBitmapBytes(
byte[] aBitmapBytes,
int aWidth,
int aHeight
)
Public Sub SetBitmapBytes (
aBitmapBytes As Byte(),
aWidth As Integer,
aHeight As Integer
)
Parameters
- aBitmapBytes Byte
- Contains bitmap data that will be drawn on DrawingPad.
- aWidth Int32
- Width of the actual bitmap.
- aHeight Int32
- Height of the actual bitmap.