Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GraphicsPath Class / GetBounds Method
The transform to apply to this path before calculating its bounds.

In This Topic
    GetBounds Method (GraphicsPath)
    In This Topic
    Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified System.Numerics.Matrix3x2.
    Syntax
    'Declaration
     
    Public 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 System.Drawing.RectangleF that represents a rectangle that bounds this GraphicsPath.
    See Also