LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

XStep Property (CorrelationCommand)

Show in webframe







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) unsigned int xStep;
public int getXStep()
public void setXStep(int value)
            
 
get_XStep();
set_XStep(value);
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

 

 


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