←Select platform

CurrentPosition Property

Summary

Gets or sets the current (old) position of the border.

Syntax
C#
VB
C++
public LeadPoint CurrentPosition { get; set; } 
Public Property CurrentPosition As LeadPoint 
public: 
property LeadPoint CurrentPosition { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

Property Value

A LeadPoint that contains the current (old) position of the border.

Remarks

For a horizontal border, this is the old vertical position and vice versa.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly