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