ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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
    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