LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

YStep Property (CorrelationCommand)






Gets or sets the step size in the Y direction (along image height), in pixels. .NET support WinRT support Silverlight support
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;}
 get_YStep();
set_YStep(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CorrelationCommand Class
CorrelationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.