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');
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.