←Select platform

YStep Property

Summary

Gets or sets a value that represents 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) 
             
 <br/>get_YStep();<br/>set_YStep(value);<br/>Object.defineProperty('YStep');  
public: 
property int YStep { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value represents the step size in the Y direction (along image height), 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