DropTargetFeedback.Draw Method
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
'Declaración
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.