LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

CombineMode Property

Show in webframe







Gets or sets a value that indicates how to create a region, if one is defined.
Syntax
public RasterRegionCombineMode CombineMode {get; set;}
'Declaration
 
Public Property CombineMode As RasterRegionCombineMode
'Usage
 
Dim instance As KaufmannRegionCommand
Dim value As RasterRegionCombineMode
 
instance.CombineMode = value
 
value = instance.CombineMode
public RasterRegionCombineMode CombineMode {get; set;}

            

            
 
get_CombineMode();
set_CombineMode(value);
Object.defineProperty('CombineMode');
public:
property RasterRegionCombineMode CombineMode {
   RasterRegionCombineMode get();
   void set (    RasterRegionCombineMode value);
}

Property Value

A Leadtools.RasterRegionCombineMode value that indicates how to create a region, if one is defined.
Example
Refer to KaufmannRegionCommand.
Requirements

Target Platforms

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.