独学プログラミング言語のページ > Win32API(C言語,C++) > CreatePen
HPEN CreatePen( int fnPenStyle, //ペンのスタイル int nWidth, //ペンの幅 COLORREF crColor //ペンの色 );
ソース