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

Show in webframe

XStep Property (CorrelationCommand)








Gets or sets 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 CorrelationCommand
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. This property accepts only positive values.
Example
Refer to CorrelationCommand.
Requirements

Target Platforms

See Also

Reference

CorrelationCommand Class
CorrelationCommand Members

Error processing SSI file