Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Draws the drag feedback.
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 Sub Draw ( _
graphics As Graphics, _
diagram As Diagram _
)
public void Draw(
Graphics graphics,
Diagram diagram
)
public:
void Draw(
Graphics^ graphics,
Diagram^ diagram
)
member Draw :
graphics:Graphics *
diagram:Diagram -> unit
public function Draw(
graphics : Graphics,
diagram : Diagram
)
Parameters
- graphics
Type: System.Drawing.Graphics
The graphics object.
- diagram
Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
The Diagram from which to retrieve the style set.
.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.