Operation Property

Summary

Gets or sets the enumerated value that specifies what action to take regarding the existing image region.

Syntax
C#
VB
C++
public RasterRegionCombineMode Operation { get; set; } 
  
Public Property Operation As RasterRegionCombineMode 
            public: 
property RasterRegionCombineMode Operation { 
   RasterRegionCombineMode get(); 
   void set (    RasterRegionCombineMode ); 
} 

Property Value

Enumerated value that specifies what action to take regarding 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