An ImageX object can be loaded with a copy of a different ImageX object:
| C# Example | Copy Code |
|---|---|
// This code demonstrates how an ImageX object can be loaded with a copy of a different ImageX object
targetImageX = sourceImageX.Copy();
|
|