DesignerGlyph.GetBounds(ActivityDesigner, Boolean) 메서드

정의

지정된 ActivityDesigner문자 모양에 대한 범위를 반환합니다.

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

매개 변수

designer
ActivityDesigner

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

activated
Boolean

true문자 모양이 활동 디자이너 화면에 표시되는지 여부를 나타내는 입니다. 그렇지 않으면 . false

반품

문자 모양에 대한 경계를 나타내는 A Rectangle 입니다.

예외

designer null 참조를 포함합니다(Visual Basic Nothing).

설명

파생 클래스 GetBounds 에서 재정의되지 않는 한 문자 모양이 연결된 활동 디자이너의 범위를 반환합니다.

적용 대상