ControlPaint.DrawImageDisabled(Graphics, Image, Int32, Int32, Color) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
绘制处于禁用状态的指定图像。
public:
static void DrawImageDisabled(System::Drawing::Graphics ^ graphics, System::Drawing::Image ^ image, int x, int y, System::Drawing::Color background);
public static void DrawImageDisabled (System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background);
static member DrawImageDisabled : System.Drawing.Graphics * System.Drawing.Image * int * int * System.Drawing.Color -> unit
Public Shared Sub DrawImageDisabled (graphics As Graphics, image As Image, x As Integer, y As Integer, background As Color)
参数
- x
- Int32
边框图像左上角的 x 坐标。
- y
- Int32
边框图像左上角的 y 坐标。
注解
该 background
参数用于计算已禁用图像的填充颜色,使其始终在背景中可见。