NodeShapeGeometry::DoPaintEmphasis Method (DiagramPaintEventArgs^, IGeometryHost^)
Visual Studio 2015
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.)
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual void DoPaintEmphasis( DiagramPaintEventArgs^ e, IGeometryHost^ geometryHost ) override
Parameters
- e
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramPaintEventArgs^
The DiagramPaintEventArgs that contains paint event data.
- geometryHost
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::IGeometryHost^
The instance data for the geometry.
Show: