←Select platform

Update Property

Summary

Gets or sets the update value.

Syntax

C#
VB
WinRT C#
C++
public int Update { get; set; } 
Public Property Update As Integer 
public int Update {get; set;} 
 <br/>get_Update();<br/>set_Update(value);<br/>Object.defineProperty('Update');  
public: 
property int Update { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of iterations completed before the image is updated.

Example

Refer to AnisotropicDiffusionCommand.

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