Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / GetBounds Method / GetBounds(LayoutView) Method
The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.

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

    Parameters

    targetView
    The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
    See Also