ComponentOne Bitmap for UWP
GetBounds() Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Geometry Class > GetBounds Method : GetBounds() Method
Retrieves the bounds of the geometry.
Syntax
'Declaration
 
Public Overloads Function GetBounds() As RectF
public RectF GetBounds()

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

Reference

Geometry Class
Geometry Members
Overload List