Click or drag to resize

IBitmapManagerMoveResource Method

Moves the bitmap from the source to the target ID.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void MoveResource(
	int sourceID,
	int targetID
)

Parameters

sourceID  Int32
Source ID.
targetID  Int32
Target ID.
See Also