DropTargetFeedback::Draw Method (Graphics^, Diagram^)

 

Draws the drag feedback.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void 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.

Return to top
Show: