PortPlacementHelper.RotateOnPerimeter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::VisualStudio::Modeling::Diagrams::RectangleD RotateOnPerimeter(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD childBounds, double perimeterRotation, Microsoft::VisualStudio::Modeling::Diagrams::PortPlacement portPlacement);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.RectangleD RotateOnPerimeter (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape parentShape, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD childBounds, double perimeterRotation, Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement portPlacement);
abstract member RotateOnPerimeter : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * double * Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement -> Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
override this.RotateOnPerimeter : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * double * Microsoft.VisualStudio.Modeling.Diagrams.PortPlacement -> Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Public Overridable Function RotateOnPerimeter (parentShape As NodeShape, childBounds As RectangleD, perimeterRotation As Double, portPlacement As PortPlacement) As RectangleD
Parameters
- parentShape
- NodeShape
- childBounds
- RectangleD
- perimeterRotation
- Double
- portPlacement
- PortPlacement