ShapeGeometry.DoPaintEmphasis(DiagramPaintEventArgs, IGeometryHost) Method

Definition

Draws visual emphasis on the shape. This does not indicate selection, it only draws the user's attention to this shape when another shape is selected. (See ShapeElement.RelatedShapeToEmphasize.)

public:
 abstract void DoPaintEmphasis(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
public abstract void DoPaintEmphasis (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
abstract member DoPaintEmphasis : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> unit
Public MustOverride Sub DoPaintEmphasis (e As DiagramPaintEventArgs, geometryHost As IGeometryHost)

Parameters

e
DiagramPaintEventArgs

The DiagramPaintEventArgs that contains paint event data.

geometryHost
IGeometryHost

The instance data for the geometry.

Applies to