BaseMarkableBitmapGraphicLoadFromFile Method | 
            Loads a bitmap from a file and store it as a resource for later use.
            
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.31.0
Syntaxprotected 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