←Select platform

MaximumRange Property

Summary

Gets or sets a value that represents the maximum boundary used to threshold a specific color.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MaximumRange {get; set;}
Public Property MaximumRange As Integer
public int MaximumRange {get; set;}
@property (nonatomic, assign) NSInteger maximumRange
public int getMaximumRange() 
public void setMaximumRange(int value) 
get_MaximumRange(); 
set_MaximumRange(value); 
Object.defineProperty('MaximumRange'); 
public: 
property int MaximumRange { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the maximum boundary used to threshold a specific color.

Example

Refer to ColorThresholdCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize