DrawingPadLoadImage(String, FormatTypes) Method

Loads the background image from the file. Image file is specified by its path and file name.

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
)

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.

See Also