DropTargetFeedback.Draw(Graphics, Diagram) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws the drag feedback.
public:
void Draw(System::Drawing::Graphics ^ graphics, Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ diagram);
public void Draw (System.Drawing.Graphics graphics, Microsoft.VisualStudio.Modeling.Diagrams.Diagram diagram);
member this.Draw : System.Drawing.Graphics * Microsoft.VisualStudio.Modeling.Diagrams.Diagram -> unit
Public Sub Draw (graphics As Graphics, diagram As Diagram)
Parameters
- graphics
- Graphics
The graphics object.
- diagram
- Diagram
The Diagram from which to retrieve the style set.