Returns a GraphicsPath object corresponding to the outline of the shape when rotated at the specified angle. That GraphicsPath can be used when drawing the shape's outline.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public GraphicsPath GetRenderingPath ( |
Visual Basic Copy Code |
---|
Public Function GetRenderingPath( _ |
The bounding rectangle of the ShapeNode.
The node's rotation angle.
The shape's orientation angle.
true to flip the path horizontally, or false otherwise.
true to flip the path vertically, or false otherwise.
A list of ShapeFormulaParam objects specifying the current positions of shape control points.
A GraphicsPath representing the shape's outline.
NetDiagram Programmer's Guide | © 2023 MindFusion |