Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

TimeStep Property








Gets or sets the TimeStep value.
Syntax
public float TimeStep {get; set;}
'Declaration
 
Public Property TimeStep As Single
'Usage
 
Dim instance As AnisotropicDiffusionCommand
Dim value As Single
 
instance.TimeStep = value
 
value = instance.TimeStep
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 value);
}

Property Value

Defines the length of the vector field.
Example
Refer to AnisotropicDiffusionCommand.
Requirements

Target Platforms

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

Error processing SSI file