独学プログラミング言語のページ > Win32API(C言語,C++) > CreateRoundRectRgn
HRGN CreateRoundRectRgn( int nLeftRect, //左上隅の x 座標 int nTopRect, //左上隅の y 座標 int nRightRect, //右下隅の x 座標 int nBottomRect, //右下隅の y 座標 int nWidthEllipse, //楕円の高さ int nHeightEllipse //楕円の幅 );
ソース