Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the DiagramClientView to paint the feedback for the MouseAction.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overrides Sub DoPaintFeedback ( _
e As DiagramPaintEventArgs _
)
public override void DoPaintFeedback(
DiagramPaintEventArgs e
)
public:
virtual void DoPaintFeedback(
DiagramPaintEventArgs^ e
) override
abstract DoPaintFeedback :
e:DiagramPaintEventArgs -> unit
override DoPaintFeedback :
e:DiagramPaintEventArgs -> unit
public override function DoPaintFeedback(
e : DiagramPaintEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
A DiagramPaintEventArgs that contains event data.
.NET Framework Security
- 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.