LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Update Property






Gets or sets the update value. .NET support WinRT support
Syntax
public int Update {get; set;}
'Declaration
 
Public Property Update As Integer
'Usage
 
Dim instance As AnisotropicDiffusionCommand
Dim value As Integer
 
instance.Update = value
 
value = instance.Update
public int Update {get; set;}
 get_Update();
set_Update(value);
public:
property int Update {
   int get();
   void set (    int value);
}

Property Value

The number of iterations before each consecutive update of the image.
Example
Refer to AnisotropicDiffusionCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.