ShapeField.DoPaint – metoda
Nakreslí pole obrazce.
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Deklarace
Public Overridable Sub DoPaint ( _
e As DiagramPaintEventArgs, _
parentShape As ShapeElement _
)
public virtual void DoPaint(
DiagramPaintEventArgs e,
ShapeElement parentShape
)
Parametry
- e
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
Grafické povrch a další argumenty při diagramu je vybarvené.
- parentShape
Typ: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Nadřazeného obrazce, ke kterému je přiřazena pole obrazce.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.