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

 

Draws the basic geometry.

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
) 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.

Return to top
Show: