Desktop Functions: Smart Device Functions:
|
Search Results for "CreateRoundRectRgn" in [All]gdi32
static extern IntPtr CreateRoundRectRgn(int x1, int y1, int x2, int y2,
IntPtr _RegionHandle = CreateRoundRectRgn( 10, 10, 60, 60, 10, 10 ); user322: SetWindowRgn static extern IntPtr CreateRoundRectRgn(int x1, int y1, int x2, int y2,int cx, int cy); SetWindowRgn (this.Handle, CreateRoundRectRgn ( 0, 0, 562, 257, 20, 20 ),true); |