C#
VB
C++
Gets or sets the orientation of the image.
public float[] ImageOrientation { get; set; }
Public Property ImageOrientation As Single()
public:
property array<float>^ ImageOrientation {
array<float>^ get();
void set ( array<float>^ );
}
An array of float values representing the orientation of the image.
You can only set this value before creating the 3D object.
This value is from the DICOM file.
For an example, refer to Medical3DContainer.Objects
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET