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