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

Show in webframe

YStep Property (CorrelationCommand)








Gets or sets 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 CorrelationCommand
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 that represents the step size in the Y direction (along image height), in pixels. For best results, use 1. This property accepts only positive values.
Example
Refer to CorrelationCommand.
Requirements

Target Platforms

See Also

Reference

CorrelationCommand Class
CorrelationCommand Members

Error processing SSI file