Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AnchorInflate Method / AnchorInflate(LayoutRect,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 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) Method
    In This Topic
    Inflates a LayoutRect relative to anchorRect.
    Syntax
    'Declaration
     
    Public Overloads Sub AnchorInflate( _
       ByVal anchorRect As LayoutRect, _
       ByVal inflateHorizontal As System.Single, _
       ByVal inflateVertical As System.Single _
    ) 
    public void AnchorInflate( 
       LayoutRect anchorRect,
       System.float inflateHorizontal,
       System.float inflateVertical
    )

    Parameters

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