←Select platform

CombineMode Property

Summary

Gets or sets the action to be taken regarding the existing image region, if one is defined.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="CombineMode", IsRequired=true)] 
public RasterRegionCombineMode CombineMode { get; set; } 

Property Value

The RasterRegionCombineMode to be used if a region currently exists.

Remarks

To update an existing region, specify how the new region is to be combined with the existing one using the CombineMode property. For more information, refer to RasterRegionCombineMode.

Example

For an example, refer to RectangleRasterRegionData.

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.Services.Raster.DataContracts Assembly