LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

YStep Property (CorrelationListCommand)

Show in webframe







Gets or sets a value that represents 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 CorrelationListCommand
Dim value As Integer
 
instance.YStep = value
 
value = instance.YStep
public int YStep {get; set;}
@property (nonatomic, assign) unsigned int yStep;
public int getYStep()
public void setYStep(int value)
            
 
get_YStep();
set_YStep(value);
Object.defineProperty('YStep');
public:
property int YStep {
   int get();
   void set (    int value);
}

Property Value

Value represents the step size in the Y direction (along image height), 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.