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

In This Topic
    MakeVerticalLine Method
    In This Topic
    Anchors to top and bottom sides of the anchorRect and sets zero width.
    Syntax
    'Declaration
     
    Public Shared Sub MakeVerticalLine( _
       ByVal targetRect As LayoutRect, _
       ByVal anchorRect As LayoutRect _
    ) 
    public static void MakeVerticalLine( 
       LayoutRect targetRect,
       LayoutRect anchorRect
    )

    Parameters

    targetRect
    anchorRect
    See Also