Partilhar via


Método LinkShapeGeometry.DrawDecorator

Desenha a decorador do LinkShape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
Protected Shared Sub DrawDecorator ( _
    e As DiagramPaintEventArgs, _
    geometryHost As IGeometryHost, _
    rotation As Single, _
    centerRight As PointD, _
    decorator As LinkDecorator, _
    geometrySize As SizeD _
)
protected static void DrawDecorator(
    DiagramPaintEventArgs e,
    IGeometryHost geometryHost,
    float rotation,
    PointD centerRight,
    LinkDecorator decorator,
    SizeD geometrySize
)

Parâmetros

  • rotation
    Tipo: System.Single
    O ângulo (extensão) da rotação no sentido horário em torno do ponto especificado pelo centerRight

Segurança do .NET Framework

Consulte também

Referência

LinkShapeGeometry Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams