MindFusion.Mapping Programmer's Guide

Shape.GetBoundingBox Method

See Also
 






Gets the bounding box of this shape.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract Rect GetBoundingBox ()

Visual Basic  Copy Code

Public MustOverride Function GetBoundingBox () As Rect

 Return Value

A Rect representing the shape's bounding box.

 See Also