LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MedicalViewerImageData Constructor(Object,Point3D,String,Point2D,Int32,String,Int32)
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerImageData Class > MedicalViewerImageData Constructor : MedicalViewerImageData Constructor(Object,Point3D,String,Point2D,Int32,String,Int32)



data
An object that contains data about 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.
Initializes a new MedicalViewerImageData class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
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 _
)
Visual Basic (Usage)Copy Code
Dim data As Object
Dim imagePosition As Point3D
Dim imageOrientation As String
Dim pixelSpacing As Point2D
Dim echoNumber As Integer
Dim frameOfReferenceUID As String
Dim instanceNumber As Integer
 
Dim instance As New MedicalViewerImageData(data, imagePosition, imageOrientation, pixelSpacing, echoNumber, frameOfReferenceUID, instanceNumber)
C# 
public MedicalViewerImageData( 
   object data,
   Point3D imagePosition,
   string imageOrientation,
   Point2D pixelSpacing,
   int echoNumber,
   string frameOfReferenceUID,
   int instanceNumber
)
C++/CLI 
public:
MedicalViewerImageData( 
   Object^ data,
   Point3D imagePosition,
   String^ imageOrientation,
   Point2D pixelSpacing,
   int echoNumber,
   String^ frameOfReferenceUID,
   int instanceNumber
)

Parameters

data
An object that contains data about 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features