Provide3DInformation Method

Summary

Provides the 3D information that is requested by the MedicalViewer or the MedicalViewerCell control.

Syntax
C#
VB
C++
public static bool Provide3DInformation( 
   MedicalViewerData3DRequestedEventArgs data 
) 
  
Public Shared Function Provide3DInformation( _ 
   ByVal data As MedicalViewerData3DRequestedEventArgs _ 
) As Boolean 
public: 
static bool Provide3DInformation(  
   MedicalViewerData3DRequestedEventArgs^ data 
)  

Parameters

data
The information requested by the MedicalViewer or the MedicalViewerCell control.

Remarks

This method can only be used with the Data3DRequested event declared in the MedicalViewerCell class. Please refer to Leadtools.MedicalViewer.MedicalViewerCell

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