Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRectExt Class / Deflate Method / Deflate(LayoutRect,LayoutRect,Single,Single,Single,Single) Method

In This Topic
    Deflate(LayoutRect,LayoutRect,Single,Single,Single,Single) Method
    In This Topic
    Deflates the LayoutRect relative to the anchorRect.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Deflate( _
       ByVal targetRect As LayoutRect, _
       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 static void Deflate( 
       LayoutRect targetRect,
       LayoutRect anchorRect,
       System.float deflateLeft,
       System.float deflateTop,
       System.float deflateRight,
       System.float deflateBottom
    )

    Parameters

    targetRect
    anchorRect
    deflateLeft
    deflateTop
    deflateRight
    deflateBottom
    See Also