Click or drag to resize

IBitmapManagerLoadFromFileAndEmbed Method

Loads a bitmap from a file and store it as an embedded resource for later use.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
int LoadFromFileAndEmbed(
	string filePath,
	bool useFromCache
)

Parameters

filePath  String
The file path of the bitmap.
useFromCache  Boolean
The flag to indicate whether the cached bitmap should be used instead if the bitmap was previously loaded.

Return Value

Int32
The resource ID of the bitmap.
See Also