ToggleButtonField::DoPaint Method (DiagramPaintEventArgs^, ShapeElement^)

 

Draws the contents of the ShapeField.

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

public:
virtual void DoPaint(
	DiagramPaintEventArgs^ e,
	ShapeElement^ parentShape
) override

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPaintEventArgs^

A DiagramPaintEventArgs that contains the event data.

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The parent shape of this field.

Return to top
Show: