←Select platform

YStep Property (CorrelationCommand)

Summary

Gets or sets the step size in the Y direction (along image height), in pixels.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int YStep {get; set;}
Public Property YStep As Integer
public int YStep {get; set;}
@property (nonatomic, assign) NSUInteger yStep
public int getYStep() 
public void setYStep(int value) 
get_YStep(); 
set_YStep(value); 
Object.defineProperty('YStep'); 
public: 
property int YStep { 
   int get(); 
   void set (    int ); 
} 

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

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