Share via


ShapeGeometry.DoPaintGeometry Method

Paints the boundary and background of the shape.

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

Syntax

'Declaration
Protected MustOverride Sub DoPaintGeometry ( _
    e As DiagramPaintEventArgs, _
    geometryHost As IGeometryHost _
)
protected abstract void DoPaintGeometry(
    DiagramPaintEventArgs e,
    IGeometryHost geometryHost
)
protected:
virtual void DoPaintGeometry(
    DiagramPaintEventArgs^ e, 
    IGeometryHost^ geometryHost
) abstract
abstract DoPaintGeometry : 
        e:DiagramPaintEventArgs * 
        geometryHost:IGeometryHost -> unit 
protected abstract function DoPaintGeometry(
    e : DiagramPaintEventArgs, 
    geometryHost : IGeometryHost
)

Parameters

.NET Framework Security

See Also

Reference

ShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace