DrawingPadLoadImage(Stream, StretchMode) Method
Loads the background image from a Stream.
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public void LoadImage(
Stream aStream,
StretchMode aMode
)
Public Sub LoadImage (
aStream As Stream,
aMode As StretchMode
)
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.