GetBoundRect Method Example
The following example retrieves the points of the bounding rectangle of the Oval object Oval1.
Dim dTop As Double
Dim dLeft As Double
Dim dBottom As Double
Dim dRight As Double
Oval1.GetBoundRect dTop, dLeft, dBottom, dRight