IBitmapManagerEmbedBitmap Method |
Embeds a given bitmap 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 EmbedBitmap(
SKBitmap bitmap,
string filePath
)
Parameters
- bitmap SKBitmap
- The bitmap.
- filePath String
- The file path of the bitmap.
Return Value
Int32The resource ID of the bitmap.
See Also