LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

BestAligned Method

Show in webframe





A zero-based index of the frame.
An array that contains the image position.
An array that contains the image orientation.
Returns the index of the imagePosition and imageOrientation arrays that is best aligned with the cell frame specified by the subCellIndex.
Syntax
public int BestAligned( 
   int subCellIndex,
   Point3D[] imagePosition,
   double[] imageOrientation
)
'Declaration
 
Public Function BestAligned( _
   ByVal subCellIndex As Integer, _
   ByVal imagePosition() As Point3D, _
   ByVal imageOrientation() As Double _
) As Integer
'Usage
 
Dim instance As MedicalViewerCell
Dim subCellIndex As Integer
Dim imagePosition() As Point3D
Dim imageOrientation() As Double
Dim value As Integer
 
value = instance.BestAligned(subCellIndex, imagePosition, imageOrientation)

            

            
public:
int BestAligned( 
   int subCellIndex,
   array<Point3D>^ imagePosition,
   array<double>^ imageOrientation
) 

Parameters

subCellIndex
A zero-based index of the frame.
imagePosition
An array that contains the image position.
imageOrientation
An array that contains the image orientation.

Return Value

The index of the imagePosition and imageOrientation arrays that is best aligned with the cell frame specified by the subCellIndex.
Remarks
If the method fails in finding any aligned frames, it will return -1.
Requirements

Target Platforms

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features