←Select platform

TimeStep Property

Summary

Gets or sets the TimeStep value.

Syntax
C#
VB
C++
public float TimeStep { get; set; } 
Public Property TimeStep As Single 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly