Creates an instance of a DicomSortImageData class object using the specified parameters.
public static DicomSortImageData Create(
object data,
double[] imagePosition,
string imageOrientation,
LeadPointD pixelSpacing,
int echoNumber,
string frameOfReferenceUID,
int instanceNumber
)
Public Shared Function Create(
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
) As DicomSortImageData
public:
static DicomSortImageData^ Create(
Object^ data,
array<double>^ imagePosition,
String^ imageOrientation,
LeadPointD^ pixelSpacing,
Int32 echoNumber,
String^ frameOfReferenceUID,
Int32 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