CommentGlyph.GetBounds(ActivityDesigner, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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입니다.
설명
GetBounds는 designer
에 있는 값에 따라 Margin의 경계를 확장하고 결과 사각형을 반환합니다.