←Select platform

TimeStep Property

Summary

Gets or sets the TimeStep value.

Syntax

C#
VB
WinRT C#
C++
public float TimeStep { get; set; } 
Public Property TimeStep As Single 
public float TimeStep {get; set;} 
 <br/>get_TimeStep();<br/>set_TimeStep(value);<br/>Object.defineProperty('TimeStep');  
public: 
property float TimeStep { 
   float get(); 
   void set (    float ); 
} 

Property Value

Defines the length of the vector field.

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