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

Show in webframe

YStep Property (CorrelationListCommand)








Gets or sets a value that represents the step size in the Y direction (along image height), in pixels.
Syntax
public int YStep {get; set;}
'Declaration
 
Public Property YStep As Integer
'Usage
 
Dim instance As CorrelationListCommand
Dim value As Integer
 
instance.YStep = value
 
value = instance.YStep
public int YStep {get; set;}
@property (nonatomic, assign) NSUInteger yStep
public int getYStep()
public void setYStep(int value)
            
 <br/>get_YStep();<br/>set_YStep(value);<br/>Object.defineProperty('YStep'); 
public:
property int YStep {
   int get();
   void set (    int value);
}

Property Value

Value represents the step size in the Y direction (along image height), in pixels. For best results, use 1.
Example
Refer to CorrelationListCommand example.
Requirements

Target Platforms

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

Error processing SSI file