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.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxint CopyToEmbedded(
int resourceID
)
Parameters
- resourceID Int32
- The resource ID.
Return Value
Int32The new resource ID pointing to the embedded bitmap. The original ID will be returned if the original bitmap is already embedded.
See Also