Overload List
| Name | Description | |
|---|---|---|
| Copy | Create a copy of this image in a new image. While the pixels will be copied, the CoordinateSpaceTree and PixelFromRootTransform will be shared. Equivalent to calling Copy with copyMode as CopyPixels.. | |
| Copy(ImageCopyModeConstants) | Create a copy of this image in a new image. Pixels may be shared between images by specifying copyMode as SharePixels. |
See Also