MindFusion.Mapping Programmer's Guide

Map.BoundingBox Property

See Also
 






Returns the bounding box of all map shapes.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Rect BoundingBox { get; set; }

Visual Basic  Copy Code

Public Property BoundingBox As Rect

 Property Value

A Rect object.

 See Also