LinkDecorator.DoPaintShape Method

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

Permissions

See Also

Reference

LinkDecorator Class

LinkDecorator Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace