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

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

    Parameters

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