Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / GetBounds Method / GetBounds(LayoutRect) Method
The target LayoutRect.

In This Topic
    GetBounds(LayoutRect) Method
    In This Topic
    Gets the minimal System.Drawing.RectangleF that contains all points of the Contour relative to the specified LayoutRect.
    Syntax
    'Declaration
     
    Public Overloads Function GetBounds( _
       ByVal targetRect As LayoutRect _
    ) As System.Drawing.RectangleF
    public System.Drawing.RectangleF GetBounds( 
       LayoutRect targetRect
    )

    Parameters

    targetRect
    The target LayoutRect.
    See Also