←Select platform

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 Leadtools.Medicalviewer.MedicalViewerData3DRequestedEventArgs _ 
) As Boolean 
public: 
static bool Provide3DInformation(  
   Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly