←Select platform

YStep Property

Summary
Gets or sets the step size in the Y direction (along image height), in pixels.
Syntax
C#
VB
Objective-C
C++
Java
public int YStep { get; set; } 
Public Property YStep As Integer 
@property (nonatomic, assign) NSUInteger yStep 
public int getYStep() 
public void setYStep(int value) 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.