LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Update Property

Show in webframe







Gets or sets the update value.
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);
Object.defineProperty('Update');
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

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.