Diagram.DoHitTest 메서드 (DiagramClientView, PointD, List<ShapeElement>, Boolean)
다이어그램에는 적중된 테스트를 수행합니다.
네임스페이스: Microsoft.VisualStudio.Modeling.Diagrams
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
구문
‘선언
Public Overridable Function DoHitTest ( _
view As DiagramClientView, _
point As PointD, _
shapesHit As List(Of ShapeElement), _
includeTolerance As Boolean _
) As Boolean
public virtual bool DoHitTest(
DiagramClientView view,
PointD point,
List<ShapeElement> shapesHit,
bool includeTolerance
)
매개 변수
- view
형식: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
클라이언트 보기 다이어그램입니다.다이어그램의 클라이언트 보기 없는 경우 nullNull 참조(Visual Basic의 경우 Nothing).
- point
형식: Microsoft.VisualStudio.Modeling.Diagrams.PointD
다이어그램의 왼쪽 위 지점입니다.
- shapesHit
형식: System.Collections.Generic.List<ShapeElement>
적중된 도형의 목록을 받을 수 있는 개체입니다.
- includeTolerance
형식: System.Boolean
true 셰이프 적중 된 적중된 테스트를 결정 하는 경우 허용 오차 셰이프를 포함. 그렇지 않으면 false.허용 오차 셰이프 주위의 적중된 지름을 증가합니다.
반환 값
형식: System.Boolean
true 셰이프 적중 된 경우. 그렇지 않으면 false.
설명
적중된 테스트 지점 다이어그램의 셰이프 위로 지 확인 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.