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.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public void LoadImage(
	string aPath,
	FormatTypes aFormat,
	StretchMode aMode
)

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.

See Also