SetImagePerspective(RasterViewPerspective,int) Method

Summary

Sets the value that represents the image view perspective.

Syntax
C#
VB
C++
public void SetImagePerspective( 
   RasterViewPerspective viewPerspective, 
   int subCellIndex 
) 
  
Public Overloads Sub SetImagePerspective( _ 
   ByVal viewPerspective As RasterViewPerspective, _ 
   ByVal subCellIndex As Integer _ 
)  
            public: 
void SetImagePerspective(  
   RasterViewPerspective viewPerspective, 
   int subCellIndex 
)  

Parameters

viewPerspective
Leadtools.RasterViewPerspective enumeration that represents the view perspective to be set.

subCellIndex
A zero-based index of the frame for which to set the view perspective.

Example

For an example, refer to MedicalViewerReferenceLineProperties.

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