ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / GetBounds Method / GetBounds(Matrix3x2) Method
The transform to apply to this path before calculating its bounds.

In This Topic
    GetBounds(Matrix3x2) Method
    In This Topic
    Returns a rectangle that bounds this path when this path is transformed by the specified matrix.
    Syntax
    'Declaration
     
    Public Overloads Function GetBounds( _
       ByVal worldTransform As System.Numerics.Matrix3x2 _
    ) As System.Drawing.RectangleF
    public System.Drawing.RectangleF GetBounds( 
       System.Numerics.Matrix3x2 worldTransform
    )

    Parameters

    worldTransform
    The transform to apply to this path before calculating its bounds.

    Return Value

    A rectangle that represents this path bounds.
    See Also