←Select platform

MedicalViewerImageData Constructor(object,Point3D,string,Point2D,int,string,int)

Summary

Initializes a new MedicalViewerImageData class object with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal data As Object, _ 
   ByVal imagePosition As Leadtools.Medicalviewer.Point3D, _ 
   ByVal imageOrientation As String, _ 
   ByVal pixelSpacing As Leadtools.Medicalviewer.Point2D, _ 
   ByVal echoNumber As Integer, _ 
   ByVal frameOfReferenceUID As String, _ 
   ByVal instanceNumber As Integer _ 
) 
             
            public: 
MedicalViewerImageData(  
   Object^ data, 
   Leadtools.Medicalviewer.Point3D imagePosition, 
   String^ imageOrientation, 
   Leadtools.Medicalviewer.Point2D pixelSpacing, 
   int echoNumber, 
   String^ frameOfReferenceUID, 
   int instanceNumber 
) 
             

Parameters

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.

Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly