ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / GetBounds Method / GetBounds() Method

In This Topic
    GetBounds() Method
    In This Topic
    Returns a rectangle that bounds this path.
    Syntax
    'Declaration
     
    Public Overloads Function GetBounds() As System.Drawing.RectangleF
    public System.Drawing.RectangleF GetBounds()

    Return Value

    A rectangle that represents this path bounds.
    See Also