示例#1
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int ExtCreatePen(int dwPenStyle, int dwWidth, ref LOGBRUSH lplb, int dwStyleCount,
     ref int lpStyle);
示例#2
0
文件: GDI.cs 项目: SameerOmar/InkMon
 public static extern int CreateBrushIndirect(ref LOGBRUSH lpLogBrush);