ActivityDesignerPaint.DrawExpandButton 메서드

정의

활동 디자이너 화면에서 복합 디자이너를 확장하고 축소하는 데 사용되는 단추를 그립니다.

public:
 static void DrawExpandButton(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle boundingRect, bool drawExpanded, System::Workflow::ComponentModel::Design::CompositeDesignerTheme ^ compositeDesignerTheme);
public static void DrawExpandButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle boundingRect, bool drawExpanded, System.Workflow.ComponentModel.Design.CompositeDesignerTheme compositeDesignerTheme);
static member DrawExpandButton : System.Drawing.Graphics * System.Drawing.Rectangle * bool * System.Workflow.ComponentModel.Design.CompositeDesignerTheme -> unit
Public Shared Sub DrawExpandButton (graphics As Graphics, boundingRect As Rectangle, drawExpanded As Boolean, compositeDesignerTheme As CompositeDesignerTheme)

매개 변수

graphics
Graphics

Graphics 단추를 그릴 값입니다.

boundingRect
Rectangle

Rectangle 단추의 범위를 정의하는 값입니다.

drawExpanded
Boolean

true확장된 단추를 그리려면 그렇지 않으면 . false

compositeDesignerTheme
CompositeDesignerTheme

CompositeDesignerTheme 단추를 렌더링하는 데 사용되는 활동 디자이너와 연결된 개체입니다.

예외

graphics 또는 compositeDesignerTheme null 참조(Visual Basic Nothing)를 포함합니다.

적용 대상