←Select platform

ScrollOffset Property

Summary

Gets or sets the current scroll offset for this AnnContainerMapper.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint ScrollOffset { get; set; } 
Public Property ScrollOffset As LeadPoint 
@property (nonatomic) LeadPoint scrollOffset; 
public LeadPoint getScrollOffset() 
public void setScrollOffset(LeadPoint pt) 
public:  
   property LeadPoint^ ScrollOffset 
   { 
      LeadPoint^ get() 
      void set(LeadPoint^ value) 
   } 

Property Value

The current scroll offset for this AnnContainerMapper, in pixels. The default value is 0,0.

Remarks

In typical applications, you set this value to the current scroll offset of the container control if any. For example, when using automation mode with the LEADTOOLS Image Viewer, this value is set to the scroll offset of the viewer by the automation object.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly