Returns the bounding box of elements in this layer.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public abstract Rect BoundingBox { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property BoundingBox As Rect |
A Rect instance specifying the layer's bounding box.
See Also