ClearCanvas.ImageViewer.RoiGraphics.Roi.CopyTo C# (CSharp) Method

CopyTo() public abstract method

Creates a copy of this Roi using the same region of interest shape but using a different image as the source pixel data.
public abstract CopyTo ( IPresentationImage presentationImage ) : Roi
presentationImage IPresentationImage The image upon which to copy this region of interest.
return Roi
		public abstract Roi CopyTo(IPresentationImage presentationImage);