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