The ImageTiler class allows users to extract subimages from a FITS primary image or image extension. This class provides a subset of an N-dimensional image. Modified May 2, 2000 by T. McGlynn to permit tiles that go off the edge of the image.


Namespace: nom.tam.image
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Class ImageTiler
C#
public class ImageTiler
C++
ref class ImageTiler
J#
public class ImageTiler
JScript
public class ImageTiler

Inheritance Hierarchy

System.Object
   nom.tam.image.ImageTiler
      nom.tam.fits.ImageData.ImageDataTiler

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also