Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Paints the boundary and background of the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected MustOverride Sub DoPaintGeometry ( _
e As DiagramPaintEventArgs, _
geometryHost As IGeometryHost _
)
protected abstract void DoPaintGeometry(
DiagramPaintEventArgs e,
IGeometryHost geometryHost
)
protected:
virtual void DoPaintGeometry(
DiagramPaintEventArgs^ e,
IGeometryHost^ geometryHost
) abstract
abstract DoPaintGeometry :
e:DiagramPaintEventArgs *
geometryHost:IGeometryHost -> unit
protected abstract function DoPaintGeometry(
e : DiagramPaintEventArgs,
geometryHost : IGeometryHost
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgsThe diagram paint event arguments.
geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHostThe shape or link.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.