Click or drag to resize

BaseMarkableBitmapGraphicLoadFromFile Method

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

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected void LoadFromFile(
	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

The resource ID of the bitmap.
See Also