←Select platform

Flags Property

Summary

Gets or sets values that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ColorThresholdCommandFlags Flags { get; set; } 
@property (nonatomic, assign) LTColorThresholdCommandFlags flags 
public int getFlags() 
public void setFlags(int value) 
             
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');  

Property Value

Values that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values.

Example

Refer to ColorThresholdCommand.

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.ImageProcessing.Color Assembly