←Select platform

CombineMode Property

Summary

Gets or sets a value that indicates how to create a region, if one is defined.

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

Property Value

A RasterRegionCombineMode value that indicates how to create a region, if one is defined.

Example

Refer to KaufmannRegionCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly