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
변수는 항상 배경에 표시되도록 비활성화된 이미지의 채우기 색을 계산하는 데 사용됩니다.