Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRectExt Class / MakeHorizontalLine Method

In This Topic
    MakeHorizontalLine Method
    In This Topic
    Anchors to left and right sides of the anchorRect and sets zero height.
    Syntax
    'Declaration
     
    Public Shared Sub MakeHorizontalLine( _
       ByVal targetRect As LayoutRect, _
       ByVal anchorRect As LayoutRect _
    ) 
    public static void MakeHorizontalLine( 
       LayoutRect targetRect,
       LayoutRect anchorRect
    )

    Parameters

    targetRect
    anchorRect
    See Also