←Select platform

XStep Property (CorrelationCommand)

Summary

Gets or sets 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) 
get_XStep(); 
set_XStep(value); 
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. This property accepts only positive values.

Example

Refer to CorrelationCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize