FrameRect
[DllImport("user32.dll", SetLastError = true)]
public static extern int FrameRect(
IntPtr hDC,
[In] ref RECT lprc,
IntPtr hbr
);
Microsoft documentation: Link
Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern int FrameRect(
IntPtr hDC,
[In] ref RECT lprc,
IntPtr hbr
);
Microsoft documentation: Link
Last updated