public static extern int ExtCreatePen(int dwPenStyle, int dwWidth, ref LOGBRUSH lplb, int dwStyleCount, int lpStyle);
public static extern int CreateBrushIndirect(ref LOGBRUSH lpLogBrush);