SagittalFrame Property

Summary
Gets or sets the control that will be used to display the MPR sagittal frame.
Syntax
C#
VB
C++
public MedicalViewerMPRCell SagittalFrame { get; set; } 
  
Public Property SagittalFrame As MedicalViewerMPRCell 
public: 
property MedicalViewerMPRCell^ SagittalFrame { 
   MedicalViewerMPRCell^ get(); 
   void set (    MedicalViewerMPRCell^ ); 
} 

Property Value

The control that will be used to display the MPR sagittal frame.

Remarks
  • When moving the 3D MPR sagittal plane, the control will be updated automatically to display the corresponding sagittal frame
  • The SagittalFrame control will not display any image if the source Medical3DControl volume type is set to SSD.
  • To change the volume type to MPR set the property VolumeType to MPR.
Example

For an example refer to AxialFrame

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.