C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / GetBounds Method / GetBounds() Method

In This Topic
GetBounds() Method
In This Topic
Retrieves the bounds of the geometry.
Syntax
'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.
See Also