←Select platform

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 Leadtools.RasterRegionCombineMode _ 
) 
             
            public: 
MedicalViewerRegion(  
   bool createFromCenter, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly