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

Syntax

Visual Basic (Declaration)
Public MustInherit Class ByteRenderer
C#
public abstract class ByteRenderer
C++
ref class ByteRenderer abstract 
J#
public  class ByteRenderer
JScript
public  class ByteRenderer

Inheritance Hierarchy

System.Object
   nom.tam.util.ByteRenderer
      Derived types

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