Click or drag to resize

IBitmapManagerEmbedBitmap Method

Embeds a given bitmap 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#
int EmbedBitmap(
	SKBitmap bitmap,
	string filePath
)

Parameters

bitmap  SKBitmap
The bitmap.
filePath  String
The file path of the bitmap.

Return Value

Int32
The resource ID of the bitmap.
See Also