Click or drag to resize

IBitmapManagerCopyToEmbedded Method

Copies an external reference into an embedded resource with a new resource ID. Nothing is done if the resource is already embedded.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
int CopyToEmbedded(
	int resourceID
)

Parameters

resourceID  Int32
The resource ID.

Return Value

Int32
The new resource ID pointing to the embedded bitmap. The original ID will be returned if the original bitmap is already embedded.
See Also