DrawingPadLoadImage(String, FormatTypes, StretchMode) Method
Loads the background image from the file. Image file is specified by its path and file name.
When image is loaded the
StretchMode is taken into account.
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public void LoadImage(
string aPath,
FormatTypes aFormat,
StretchMode aMode
)
Public Sub LoadImage (
aPath As String,
aFormat As FormatTypes,
aMode As StretchMode
)
Parameters
- aPath String
- Define path for image file that will be loaded to control.
- aFormat FormatTypes
- Define format of the loaded image. This parameter is type of FormatTypes.
- aMode StretchMode
- Defines the mode of drawing the loaded image into the bounds of the control. This parameter is type of StretchMode.