MedicalViewerRegion Constructor(bool,RasterRegionCombineMode)

Summary

Initializes a new instance of the MedicalViewerRegion class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal createFromCenter As Boolean, _ 
   ByVal combineMode As RasterRegionCombineMode _ 
) 
            public: 
MedicalViewerRegion(  
   bool createFromCenter, 
   RasterRegionCombineMode combineMode 
) 

Parameters

createFromCenter
true to create a region from the center; otherwise, false.

combineMode
The action to take regarding combining the existing image region, if one is defined.

Example

For an example, refer to MedicalViewerRegion()

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