Retrieves the bounds of the geometry.
'Declaration
Public Overloads Function GetBounds() As RectF
Return Value
When this method returns, contains the bounds of this geometry. If the bounds are empty, this will be a rect where bounds.left > bounds.right. You must allocate storage for this parameter.