(Leadtools.Controls)

Offset Property

Show in webframe





Gets or sets optional offset to apply to the spy glass position.
Syntax
public Point Offset {get; set;}
Public Property Offset As Point
public Point Offset {get; set;}
@property (nonatomic) CGPoint offset;
public PointF getOffset()
public void setOffset(PointF pt)
            
 
get_Offset();
set_Offset(value);
Object.defineProperty('Offset');

Property Value

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

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

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

Requirements

Target Platforms

See Also

Reference

ImageViewerSpyGlassInteractiveMode Class
ImageViewerSpyGlassInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.