←Select platform

CombineMode Property

Summary

Combine mode to use when adding a region.

Syntax

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

Property Value

The combine mode to use when adding a region. Default value is RasterRegionCombineMode.Set.

Remarks

This mode uses RasterImage region methods to add the region to current image. This is the combine mode to use.

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.Controls.WinForms Assembly