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

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

Syntax

C#
public Rect GetBoundingBox()
Visual Basic
Public Function GetBoundingBox As Rect
JScript
public function GetBoundingBox() : 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