←Select platform

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 Leadtools.RasterViewPerspective, _ 
   ByVal subCellIndex As Integer _ 
)  
             
            public: 
void SetImagePerspective(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly