Returns a IGraphicsPath object corresponding to the outline of the specified shape when rotated at the specified angle. This IGraphicsPath can be used for hit-testing and intersection checks.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IGraphicsPath GetHitPath ( |
Visual Basic Copy Code |
---|
Public Function GetHitPath( _ |
The bounding rectangle of the ShapeNode.
The node's rotation angle.
The shape's orientation angle.
An IGraphicsPath representing the shape's outline.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |