Diagram.OnPaintShape(DiagramPaintEventArgs) 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.
Paints the diagram background including the grid.
public:
override void OnPaintShape(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e);
public override void OnPaintShape (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e);
override this.OnPaintShape : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs -> unit
Public Overrides Sub OnPaintShape (e As DiagramPaintEventArgs)
Parameters
A DiagramPaintEventArgs that contains event data.