ScreenToolsIsPointVisibleOnAScreen Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static bool IsPointVisibleOnAScreen(
Point p,
int tolerance = 0
)
Public Shared Function IsPointVisibleOnAScreen (
p As Point,
Optional tolerance As Integer = 0
) As Boolean
public:
static bool IsPointVisibleOnAScreen(
Point p,
int tolerance = 0
)
static member IsPointVisibleOnAScreen :
p : Point *
?tolerance : int
(* Defaults:
let _tolerance = defaultArg tolerance 0
*)
-> bool
- p Point
-
- tolerance Int32 (Optional)
-
Boolean