111,100
社区成员




[DllImport("gdi32.dll")]
public static extern IntPtr CreateSolidBrush(uint crColor);
Color c=Color.FromArgb(128, 255, 0, 0);
[DllImport("gdi32.dll")]
public static extern IntPtr CreateSolidBrush(uint crColor);