Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("user32.dll")] VB Signature:
<DllImport("user32.dll", CharSet:=CharSet.Auto)> _ User-Defined Types:Notes:The Win32 RECT structure is not compatible with the .NET System.Drawing.Rectangle structure. Tips & Tricks:It's easier to use with a tiny wrapper method.
public static RECT GetClientRect(IntPtr hWnd) Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! ClientRectangle property of the System.Windows.Forms.Control class Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|