ShapeGeometry.DoPaint(DiagramPaintEventArgs, IGeometryHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws the geometry and its shadow if it has one.
public:
virtual void DoPaint(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
public virtual void DoPaint (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
abstract member DoPaint : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> unit
override this.DoPaint : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> unit
Public Overridable Sub DoPaint (e As DiagramPaintEventArgs, geometryHost As IGeometryHost)
Parameters
The DiagramPaintEventArgs that contains paint event data.
- geometryHost
- IGeometryHost
The instance data for the geometry.