LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

YStep Property (CorrelationCommand)

Show in webframe







Gets or sets 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 CorrelationCommand
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 that represents the step size in the Y direction (along image height), 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.