ShapeGeometry::DoPaintGeometry Method (DiagramPaintEventArgs^, IGeometryHost^)

 

Paints the boundary and background of the shape.

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

protected:
virtual void DoPaintGeometry(
	DiagramPaintEventArgs^ e,
	IGeometryHost^ geometryHost
) abstract

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPaintEventArgs^

The diagram paint event arguments.

geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams::IGeometryHost^

The shape or link.

Return to top
Show: