ShapeGeometry.DoPaintGeometry(DiagramPaintEventArgs, IGeometryHost) Method

Definition

Draws the basic geometry.

protected:
 abstract void DoPaintGeometry(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
protected abstract void DoPaintGeometry (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
abstract member DoPaintGeometry : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> unit
Protected MustOverride Sub DoPaintGeometry (e As DiagramPaintEventArgs, geometryHost As IGeometryHost)

Parameters

e
DiagramPaintEventArgs

The DiagramPaintEventArgs that contains paint event data.

geometryHost
IGeometryHost

The instance data for the geometry.

Applies to