[]
        
(Showing Draft Content)

C1.Util.XLPath.GetBounds

GetBounds Method

GetBounds()

Returns a rectangle that bounds this path.

Declaration
public RectangleF GetBounds()
Returns
Type Description
RectangleF

A rectangle that represents this path bounds.

GetBounds(Matrix3x2)

Returns a rectangle that bounds this path when this path is transformed by the specified matrix.

Declaration
public RectangleF GetBounds(Matrix3x2 worldTransform)
Parameters
Type Name Description
Matrix3x2 worldTransform

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

Returns
Type Description
RectangleF

A rectangle that represents this path bounds.