This document is archived and information here might be outdated. Recommended version. |
The tolerance in pixels used when picking.
[Visual Basic .NET]
Public Property ScreenPickTolerance As Integer
[C#]
public int ScreenPickTolerance {get; set;}
[C++]
HRESULT get_ScreenPickTolerance(
long pixels
);
[C++]
HRESULT put_ScreenPickTolerance(
System.Int32* pixels
);
[C++] Parameters pixels [in]
pixels is a parameter of type long pixels [out, retval]
pixels is a parameter of type long*