DrawingPadLoadImage(Stream) Method

Loads the background image from a Stream.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public void LoadImage(
	Stream aStream
)

Parameters

aStream  Stream
The data stream used to load the image.

See Also