DrawingPadLoadImage(Stream, StretchMode) 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,
	StretchMode aMode
)

Parameters

aStream  Stream
The data stream used to load the image.
aMode  StretchMode
Defines the mode how to draw the image into the bounds of the control. This parameter is type of StretchMode.

See Also