IBitmapManagerLoadFromFile 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.19.0
Syntaxint 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
Int32The resource ID of the bitmap.
See Also