Returns the bounding box of all map shapes.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Rect BoundingBox { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BoundingBox As Rect |
A Rect instance specifying the map's bounding box.
See Also