PortPlacementHelper.RotateOnPerimeter, méthode
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Public Overridable Function RotateOnPerimeter ( _
parentShape As NodeShape, _
childBounds As RectangleD, _
perimeterRotation As Double, _
portPlacement As PortPlacement _
) As RectangleD
public virtual RectangleD RotateOnPerimeter(
NodeShape parentShape,
RectangleD childBounds,
double perimeterRotation,
PortPlacement portPlacement
)
Paramètres
- parentShape
Type : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- childBounds
Type : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
- perimeterRotation
Type : System.Double
- portPlacement
Type : Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement
Valeur de retour
Type : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.