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

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

    Parameters

    anchorRect
    The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
    inflateAmount
    The amount to inflate the bounds relative to anchorRect.
    See Also