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 |
J# |
---|
public class ImageTiler |
JScript |
---|
public class ImageTiler |
Inheritance Hierarchy
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