Create an ImageData object using the specified object to initialize the data array.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal x As Object _ 
)
C#
public ImageData(
   object x
)
C++
public:
 ImageData(
   Object x
) sealed 
J#
public ImageData(
   object x
)
JScript
public function ImageData(
   x : Object
)

Parameters

x
The initial data array. This should be a primitive array but this is not checked currently.

See Also