Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / CreateRect Method
The object that contains data about the LayoutRect.

In This Topic
    CreateRect Method
    In This Topic
    Creates a new LayoutRect and associates it with the LayoutView.
    Syntax
    'Declaration
     
    Public Function CreateRect( _
       Optional ByVal tag As System.Object _
    ) As LayoutRect
    public LayoutRect CreateRect( 
       System.object tag
    )

    Parameters

    tag
    The object that contains data about the LayoutRect.

    Return Value

    The created LayoutRect object.
    See Also