TextField.DoPaint(DiagramPaintEventArgs, ShapeElement) 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 text field.
public:
override void DoPaint(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override void DoPaint (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.DoPaint : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Overrides Sub DoPaint (e As DiagramPaintEventArgs, parentShape As ShapeElement)
Parameters
A DiagramPaintEventArgs that contains the event data.
- parentShape
- ShapeElement
The parent shape of this field.