示例#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);