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

Show in webframe

XStep Property (CorrelationListCommand)








Gets or sets a value that represents the step size in the X direction (along image width), in pixels.
Syntax
public int XStep {get; set;}
'Declaration
 
Public Property XStep As Integer
'Usage
 
Dim instance As CorrelationListCommand
Dim value As Integer
 
instance.XStep = value
 
value = instance.XStep
public int XStep {get; set;}
@property (nonatomic, assign) NSUInteger xStep
public int getXStep()
public void setXStep(int value)
            
 <br/>get_XStep();<br/>set_XStep(value);<br/>Object.defineProperty('XStep'); 
public:
property int XStep {
   int get();
   void set (    int value);
}

Property Value

Value that represents the step size in the X direction (along image width), 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