LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

XStep Property (CorrelationListCommand)

Show in webframe







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) 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.
Example
Refer to CorrelationListCommand example.
Requirements

Target Platforms

See Also

Reference

CorrelationListCommand Class
CorrelationListCommand Members

 

 


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