Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface / 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 IPath when this path is transformed by the specified System.Numerics.Matrix3x2.
    Syntax
    'Declaration
     
    Overloads Function GetBounds( _
       ByVal worldTransform As System.Numerics.Matrix3x2 _
    ) As System.Drawing.RectangleF
    System.Drawing.RectangleF GetBounds( 
       System.Numerics.Matrix3x2 worldTransform
    )

    Parameters

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

    Return Value

    A System.Drawing.RectangleF that represents a rectangle that bounds this IPath.
    See Also