←Select platform

XStep Property

Summary

Gets or sets a value that represents the step size in the X direction (along image width), in pixels.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int XStep { get; set; } 
Public Property XStep As Integer 
public int XStep {get; set;} 
@property (nonatomic, assign) NSUInteger xStep 
public int getXStep() 
public void setXStep(int value) 
             
 <br/>get_XStep();<br/>set_XStep(value);<br/>Object.defineProperty('XStep');  
public: 
property int XStep { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly