Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / AnchorDeflate Method / AnchorDeflate(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 deflate the left bound relative to anchorRect.
The amount to deflate the top bound relative to anchorRect.
The amount to deflate the left and right bounds relative to anchorRect.
The amount to deflate the top and bottom bounds relative to anchorRect.

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

    Parameters

    anchorRect
    The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
    deflateLeft
    The amount to deflate the left bound relative to anchorRect.
    deflateTop
    The amount to deflate the top bound relative to anchorRect.
    deflateRight
    The amount to deflate the left and right bounds relative to anchorRect.
    deflateBottom
    The amount to deflate the top and bottom bounds relative to anchorRect.
    See Also