ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Frame Structure / Frame Constructor
Index of the page.
The frame.

In This Topic
    Frame Constructor
    In This Topic
    Initializes a new instance of the Frame struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As Integer, _
       ByVal frame As Rect _
    )
    public Frame( 
       int pageIndex,
       Rect frame
    )

    Parameters

    pageIndex
    Index of the page.
    frame
    The frame.
    See Also