예제 #1
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int ExtCreatePen(int dwPenStyle, int dwWidth, ref LOGBRUSH lplb, int dwStyleCount,
                                       ref int lpStyle);
예제 #2
0
파일: GDI.cs 프로젝트: luowei98/RobertLw
 public static extern int CreateBrushIndirect(ref LOGBRUSH lpLogBrush);