←Select platform

DicomSortImageData Constructor(Object,double[],String,LeadPointD,Int32,String,Int32)

Summary

Initializes a new DicomSortImageData class object with explicit parameters.

Syntax

C#
VB
  
Public Function New( _ 
   ByVal data As Object, _ 
   ByVal imagePosition As double[] , _ 
   ByVal imageOrientation As String, _ 
   ByVal pixelSpacing As LeadPointD, _ 
   ByVal echoNumber As Integer, _ 
   ByVal frameOfReferenceUID As String, _ 
   ByVal instanceNumber As Integer _ 
) 
             

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 DicomSortSeriesStack

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.Dicom.Common Assembly