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

In This Topic
    AnchorRightTopBottom(LayoutRect,LayoutRect,Single,Single,Single,Single) Method
    In This Topic
    Anchors to right, top, bottom sides of the anchorRect and sets the width.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub AnchorRightTopBottom( _
       ByVal targetRect As LayoutRect, _
       ByVal anchorRect As LayoutRect, _
       ByVal paddingRight As System.Single, _
       ByVal paddingTop As System.Single, _
       ByVal paddingBottom As System.Single, _
       ByVal width As System.Single _
    ) 
    public static void AnchorRightTopBottom( 
       LayoutRect targetRect,
       LayoutRect anchorRect,
       System.float paddingRight,
       System.float paddingTop,
       System.float paddingBottom,
       System.float width
    )

    Parameters

    targetRect
    anchorRect
    paddingRight
    paddingTop
    paddingBottom
    width
    See Also