LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

TimeStep Property

Show in webframe







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;}

            

            
 
get_TimeStep();
set_TimeStep(value);
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

 

 


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