DropTargetFeedback.Draw Method
Draws the drag feedback.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: GraphicsThe graphics object.
diagram
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramThe 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.