다음을 통해 공유


SelectionGlyph.GetBounds(ActivityDesigner, Boolean) 메서드

정의

지정된 ActivityDesigner에서 선택 문자 모양의 경계를 반환합니다.

public:
 override System::Drawing::Rectangle GetBounds(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer, bool activated);
public override System.Drawing.Rectangle GetBounds (System.Workflow.ComponentModel.Design.ActivityDesigner designer, bool activated);
override this.GetBounds : System.Workflow.ComponentModel.Design.ActivityDesigner * bool -> System.Drawing.Rectangle
Public Overrides Function GetBounds (designer As ActivityDesigner, activated As Boolean) As Rectangle

매개 변수

designer
ActivityDesigner

선택 문자 모양이 연결된ActivityDesigner입니다.

activated
Boolean

선택 문자 모양이 활동 디자이너 화면에 표시되면 true이고, 그렇지 않으면 false입니다.

반환

Rectangle

문자 모양의 경계를 나타내는 Rectangle입니다.

설명

파생 클래스에서 재정의 되지 않을 경우 GetBoundsBoundsdesigner 크기보다 1.5배 큰 사각형을 반환합니다.

적용 대상