←Select platform

Flags Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public TADAnisotropicDiffusionFlags Flags { get; set; } 
Public Property Flags As TADAnisotropicDiffusionFlags 
@property (nonatomic, assign) LTTADAnisotropicDiffusionFlags flags 
public TADAnisotropicDiffusionFlags getFlags() 
public void setFlags(TADAnisotropicDiffusionFlags value) 

Property Value

One of the TADAnisotropicDiffusionFlags enumeration members.

Example

Refer to the TADAnisotropicDiffusionCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly