Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AnchorInflate Method / AnchorInflate(LayoutRect,Single,Single,Single,Single) Method
The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
The amount to inflate the left bound relative to anchorRect.
The amount to inflate the top bound relative to anchorRect.
The amount to inflate the left and right bounds relative to anchorRect.
The amount to inflate the top and bottom bounds relative to anchorRect.

In This Topic
    AnchorInflate(LayoutRect,Single,Single,Single,Single) Method
    In This Topic
    Inflates a LayoutRect relative to anchorRect.
    Syntax
    'Declaration
     
    Public Overloads Sub AnchorInflate( _
       ByVal anchorRect As LayoutRect, _
       ByVal inflateLeft As System.Single, _
       ByVal inflateTop As System.Single, _
       ByVal inflateRight As System.Single, _
       ByVal inflateBottom As System.Single _
    ) 
    public void AnchorInflate( 
       LayoutRect anchorRect,
       System.float inflateLeft,
       System.float inflateTop,
       System.float inflateRight,
       System.float inflateBottom
    )

    Parameters

    anchorRect
    The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
    inflateLeft
    The amount to inflate the left bound relative to anchorRect.
    inflateTop
    The amount to inflate the top bound relative to anchorRect.
    inflateRight
    The amount to inflate the left and right bounds relative to anchorRect.
    inflateBottom
    The amount to inflate the top and bottom bounds relative to anchorRect.
    See Also