CompositeImage Description abstract class Tinman.Terrain.Imaging.CompositeImage Derived from Image abstract Abstract base class for IImage implementations that read a single source image and perform image operations on it. Protected / Constructors CompositeImage protected constructor CompositeImage → (1) image in : IImage [not-null] The source image. Creates a new instance of CompositeImage. Protected / Attributes image protected readonly attribute image → (IImage) The source image. AsciiArtWriter FileBasedImage