Initializes a new MedicalViewerImageData class object with explicit parameters.
public MedicalViewerImageData(
object data,
Point3D imagePosition,
string imageOrientation,
Point2D pixelSpacing,
int echoNumber,
string frameOfReferenceUID,
int instanceNumber
)
Public Function New( _
ByVal data As Object, _
ByVal imagePosition As Point3D, _
ByVal imageOrientation As String, _
ByVal pixelSpacing As Point2D, _
ByVal echoNumber As Integer, _
ByVal frameOfReferenceUID As String, _
ByVal instanceNumber As Integer _
)
public:
MedicalViewerImageData(
Object^ data,
Point3D imagePosition,
String^ imageOrientation,
Point2D pixelSpacing,
int echoNumber,
String^ frameOfReferenceUID,
int instanceNumber
)
data
An object that contains data about the image represented by this class.
imagePosition
The image position of the frame image.
imageOrientation
The image orientation of the frame image.
pixelSpacing
The pixel spacing of the image.
echoNumber
The image echo number.
frameOfReferenceUID
The image frame of reference UID.
instanceNumber
The image instance number.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document