Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Sub DoPaintShape ( _
bounds As RectangleD, _
shape As IGeometryHost, _
e As DiagramPaintEventArgs _
)
'使用
Dim instance As LinkDecorator
Dim bounds As RectangleD
Dim shape As IGeometryHost
Dim e As DiagramPaintEventArgs
instance.DoPaintShape(bounds, shape, e)
public virtual void DoPaintShape(
RectangleD bounds,
IGeometryHost shape,
DiagramPaintEventArgs e
)
public:
virtual void DoPaintShape(
RectangleD bounds,
IGeometryHost^ shape,
DiagramPaintEventArgs^ e
)
public function DoPaintShape(
bounds : RectangleD,
shape : IGeometryHost,
e : DiagramPaintEventArgs
)
Parameters
- bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.