←Select platform

Flags Property

Summary

Gets or sets the type of the conduction function to use in the filtering process.

Syntax

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

Property Value

One of the TADAnisotropicDiffusionFlags enumeration members.

Example

Refer to the TADAnisotropicDiffusionCommand example.

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.Core Assembly