SetActionProperties Method

Summary

Sets the current properties for the specified action.

Syntax
C#
VB
C++
  
Public Sub SetActionProperties( _ 
   ByVal actionType As MedicalViewerActionType, _ 
   ByVal actionProperties As MedicalViewerBaseAction _ 
)  
            public: 
void SetActionProperties(  
   MedicalViewerActionType actionType, 
   MedicalViewerBaseAction^ actionProperties 
)  

Parameters

actionType
The action for which the properties are being set.

actionProperties
The properties to be set.

Remarks

To retrieve the properties for a specific action call the GetActionProperties method. For more information, refer to Applying Actions and Creating a Bitmap Region.

Example

For an example, refer to MedicalViewerMagnifyGlass

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