←Select platform

LowerToleranceColor Property

Summary

Gets or sets the lower tolerance color values that set the lower stopping point for the region.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="LowerToleranceColor", IsRequired=true)] 
public string LowerToleranceColor { get; set; } 
  
Public Property LowerToleranceColor As String 
public: 
property String^ LowerToleranceColor { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string value that represents the lower tolerance color values.

Remarks

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

Example

For an example, refer to RasterRegionData.

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