LinkShapeGeometry.DrawDecorator – metoda
Nakreslí decorator LinkShape.
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
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
)
Parametry
- e
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
DiagramPaintEventArgs, obsahující data událostí programu Malování.
- geometryHost
Typ: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
Data instance pro geometrii.
- rotation
Typ: System.Single
Úhel otočení ve směru hodinových ručiček kolem bodu určeného centerRight (rozsah)
- centerRight
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
Bod, který představuje střed otáčení.
- decorator
Typ: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
LinkDecorator kreslení.
- geometrySize
Typ: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Velikost geometrie obrazce pro kreslení
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.