←Select platform

ImageOrientation Property

Summary

Gets or sets an array of float values that represent the orientation of the image attached to this cell.

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

Array of float values that represent the orientation of the image attached to this cell.

Example

For an example, refer to MedicalViewerReferenceLineProperties

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.MedicalViewer Assembly