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

 

Draws the shape geometry, and its shadow if it has one.

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

public:
virtual void DoPaint(
	DiagramPaintEventArgs^ e,
	IGeometryHost^ geometryHost
)

Parameters

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

The diagram paint event arguments referencing the Graphics drawing surface.

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

The shape or link.

Return to top
Show: