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

XStep Property (CorrelationListCommand)






Gets or sets a value that represents the step size in the X direction (along image width), in pixels. .NET support WinRT support Silverlight support
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;}
 get_XStep();
set_XStep(value);
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: 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

CorrelationListCommand Class
CorrelationListCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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