DrawingPadSetBitmapBytes Method

Sets the current surface bitmap data to aBitmapBytes.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public void SetBitmapBytes(
	byte[] aBitmapBytes,
	int aWidth,
	int aHeight
)

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.

See Also