Gets this bounding box if this object (in the coordinate space of the root object of the display).

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Rect GetBoundingBoxRootSpace()
Visual Basic
Public Function GetBoundingBoxRootSpace As Rect
JScript
public function GetBoundingBoxRootSpace() : Rect

Return Value

The bounding box as a Rect.

Remarks

This bounding box does not include the space occupied by the object's stroke.

See Also