MoveableDecoratorHostShape.OnPaintSelection(DiagramPaintEventArgs) Method

Definition

Override OnPaintSelection() to draw a thin line from this host shape to the anchor point.

public:
 override void OnPaintSelection(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e);
public override void OnPaintSelection (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e);
override this.OnPaintSelection : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs -> unit
Public Overrides Sub OnPaintSelection (e As DiagramPaintEventArgs)

Parameters

e
DiagramPaintEventArgs

A DiagramPaintEventArgs that contains event data. The coordinate system of the Graphics object is in world units and relative to the parent shape.

Applies to