LinkDecorator.DoPaintShape 메서드
그립니다 Linkdecorator는 Linkshape에 지정 된 범위를 기반으로 합니다.기본 그리기 코드를 그립니다 및 Linkdecorator의 Penid와 Brushid에 따라 채우는 데코레이터에 대 한 경로 가져옵니다.
네임스페이스: Microsoft.VisualStudio.Modeling.Diagrams
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
구문
‘선언
Public Overridable Sub DoPaintShape ( _
bounds As RectangleD, _
shape As IGeometryHost, _
e As DiagramPaintEventArgs _
)
public virtual void DoPaintShape(
RectangleD bounds,
IGeometryHost shape,
DiagramPaintEventArgs e
)
매개 변수
- bounds
형식: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
데코레이터를 그릴 사각형입니다.
- shape
형식: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
이 데코레이터와 연결 된 LinkShape입니다.
- e
형식: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
사용 되는 DiagramPaintEventArgs 그리기에 대 한 그 그래픽 객체를 가져옵니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.