ControlPaint.DrawLockedFrame(Graphics, Rectangle, Boolean) 메서드

정의

화면에서 지정된 그래픽 표면의 지정된 범위 내에 잠긴 선택 프레임을 그립니다. 선택된 기본 색으로 프레임을 그릴지 여부를 지정합니다.

public:
 static void DrawLockedFrame(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, bool primary);
public static void DrawLockedFrame (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary);
static member DrawLockedFrame : System.Drawing.Graphics * System.Drawing.Rectangle * bool -> unit
Public Shared Sub DrawLockedFrame (graphics As Graphics, rectangle As Rectangle, primary As Boolean)

매개 변수

graphics
Graphics

그릴 Graphics입니다.

rectangle
Rectangle

프레임의 크기를 나타내는 Rectangle입니다.

primary
Boolean

기본 선택 항목에 사용되는 색으로 이 프레임을 그리려면 true이고, 그렇지 않으면 false입니다.

적용 대상