Shape.GetBoundingBox override.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public override Rect GetBoundingBox () |
Visual Basic
Copy Code
|
|---|
Public Overrides Function GetBoundingBox () As Rect |
A Rect representing the shape's bounding box.
See Also