Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmapGraphics.Path 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 GcBitmapGraphics.Path when this path is transformed by the specified System.Numerics.Matrix3x2.
    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 System.Drawing.RectangleF that represents a rectangle that bounds this GcBitmapGraphics.Path.
    See Also