ImageOrientation Property

Summary

Gets or sets the orientation of the image.

Syntax
C#
VB
C++
public float[] ImageOrientation { get; set; } 
  
Public Property ImageOrientation As Single() 
public: 
property array<float>^ ImageOrientation { 
   array<float>^ get(); 
   void set (    array<float>^ ); 
} 

Property Value

An array of float values representing the orientation of the image.

Remarks

You can only set this value before creating the 3D object.

This value is from the DICOM file.

Example

For an example, refer to Medical3DContainer.Objects

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly