IBitmapManagerMoveResource Method |
Moves the bitmap from the source to the target ID.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxvoid MoveResource(
int sourceID,
int targetID
)
Parameters
- sourceID Int32
- Source ID.
- targetID Int32
- Target ID.
See Also