ControlPaint.DrawSelectionFrame 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 그래픽 표면에 지정된 상태로 지정된 내부 및 외부 크기와 배경색을 사용하여 표준 선택 프레임을 그립니다.
public:
static void DrawSelectionFrame(System::Drawing::Graphics ^ graphics, bool active, System::Drawing::Rectangle outsideRect, System::Drawing::Rectangle insideRect, System::Drawing::Color backColor);
public static void DrawSelectionFrame (System.Drawing.Graphics graphics, bool active, System.Drawing.Rectangle outsideRect, System.Drawing.Rectangle insideRect, System.Drawing.Color backColor);
static member DrawSelectionFrame : System.Drawing.Graphics * bool * System.Drawing.Rectangle * System.Drawing.Rectangle * System.Drawing.Color -> unit
Public Shared Sub DrawSelectionFrame (graphics As Graphics, active As Boolean, outsideRect As Rectangle, insideRect As Rectangle, backColor As Color)
매개 변수
- active
- Boolean
선택 프레임을 활성 상태로 그리려면 true
이고, 그렇지 않으면 false
입니다.
설명
선택 프레임은 디자인 타임에 선택한 구성 요소 주위에 그려지는 프레임입니다.
매개 backColor
변수는 항상 배경에 표시되도록 프레임의 채우기 색을 계산하는 데 사용됩니다.
매개 변수가 active
설정된 true
경우 선택 프레임은 구성 요소가 활성화되었음을 나타내는 빗살 무늬 표시 집합으로 그려집니다. 그렇지 않으면 선택 프레임은 구현에 따라 점선 패턴 또는 아무 것도 그려지지 않습니다.