[DllImport("dwmapi.dll", PreserveSig = false)]
public static extern void DwmQueryThumbnailSourceSize(IntPtr hThumbnail, out Size size);
<DllImport("dwmapi.dll")>
Public Shared Sub DwmQueryThumbnailSourceSize(ByVal hThumbnail as IntPtr, ByRef size as Size);
End Sub
None (Size is System.Drawing.Size)
Do you know one? Please contribute it!
The function populates the Size structure with the size of the requested window.
Please add some!
Please add some!