Exemplo n.º 1
0
		[DllImport("gdi32")] public static extern int ExtCreatePen(int dwPenStyle, int dwWidth, ref LOGBRUSH lplb, int dwStyleCount, ref int lpStyle);
Exemplo n.º 2
0
		[DllImport("gdi32")] public static extern int CreateBrushIndirect(ref LOGBRUSH lpLogBrush);