Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class / GetBounds Method / GetBounds(LayoutView,Single,Single,Single,Single) Method
The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
The minimum X coordinate of the Contour in the target view's coordinates.
The maximum X coordinate of the Contour in the target view's coordinates.
The minimum Y coordinate of the Contour in the target view's coordinates.
The maximum Y coordinate of the Contour in the target view's coordinates.

In This Topic
    GetBounds(LayoutView,Single,Single,Single,Single) Method
    In This Topic
    Gets the minimum and maximum positions of the Contour relative to the specified LayoutView.
    Syntax
    'Declaration
     
    Public Overloads Sub GetBounds( _
       ByVal targetView As LayoutView, _
       ByRef minX As System.Single, _
       ByRef maxX As System.Single, _
       ByRef minY As System.Single, _
       ByRef maxY As System.Single _
    ) 
    public void GetBounds( 
       LayoutView targetView,
       out System.float minX,
       out System.float maxX,
       out System.float minY,
       out System.float maxY
    )

    Parameters

    targetView
    The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
    minX
    The minimum X coordinate of the Contour in the target view's coordinates.
    maxX
    The maximum X coordinate of the Contour in the target view's coordinates.
    minY
    The minimum Y coordinate of the Contour in the target view's coordinates.
    maxY
    The maximum Y coordinate of the Contour in the target view's coordinates.
    See Also