Gets or sets optional offset to apply to the spy glass position.
public Point Offset {get; set;}
Public Property Offset As Point
public Point Offset {get; set;}
@property (nonatomic, assign) CGPoint offset
public PointF getOffset()
public void setOffset(PointF pt)
get_Offset();
set_Offset(value);
Object.defineProperty('Offset');
Optional offset to apply to the spy glass position. The default value is 0,0.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET