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

In This Topic
    Inflate(LayoutRect,LayoutRect,Single,Single,Single,Single) Method
    In This Topic
    Inflates the LayoutRect relative to the anchorRect.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Inflate( _
       ByVal targetRect As LayoutRect, _
       ByVal anchorRect As LayoutRect, _
       ByVal inflateLeft As System.Single, _
       ByVal inflateTop As System.Single, _
       ByVal inflateRight As System.Single, _
       ByVal inflateBottom As System.Single _
    ) 
    public static void Inflate( 
       LayoutRect targetRect,
       LayoutRect anchorRect,
       System.float inflateLeft,
       System.float inflateTop,
       System.float inflateRight,
       System.float inflateBottom
    )

    Parameters

    targetRect
    anchorRect
    inflateLeft
    inflateTop
    inflateRight
    inflateBottom
    See Also