MindFusion.Mapping Programmer's Guide

Layer(TColor, TPalette).BoundingBox Property

See Also
 






Returns the bounding box of elements in this layer.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract Rect BoundingBox { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property BoundingBox As Rect

 Property Value

A Rect instance specifying the layer's bounding box.

 See Also