←Select platform

Offset Property

Summary

Optional offset to apply to the spy glass position.

Syntax

C#
VB
C++
public virtual LeadPoint Offset { get; set; } 
Public Overridable Property Offset() As LeadPoint 
   Get 
   Set 
public:  
   virtual property LeadPoint^ Offset 
   { 
      LeadPoint^ get() 
      void set(LeadPoint^ value) 
   } 

Property Value

Optional offset to apply to the spy glass position in pixels. The default value is 0,0.

Remarks

By default, the spy glass will show centered around the current position. Use Offset to move the spy glass up, down, left or right by any given offset.

When Offset is set to a value other than 0,0, then Use EnsureVisible to stop the spy glass from moving outside the image area in the viewer.

This is useful for touch devices because the area under the user's finger obscures the view.

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.Controls.WinForms Assembly