←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
Objective-C
C++
Java
public int XStep { get; set; } 
Public Property XStep As Integer 
@property (nonatomic, assign) NSUInteger xStep 
public int getXStep() 
public void setXStep(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly