Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutHost Class / CreateView Method
The width of the view rectangle.
The height of the view rectangle.
The transformation matrix for the LayoutView.
The object that contains data about the LayoutView.

In This Topic
    CreateView Method (LayoutHost)
    In This Topic
    Creates a new LayoutView and associates it with the LayoutHost.
    Syntax
    'Declaration
     
    Public Function CreateView( _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       Optional ByVal transform As Matrix, _
       Optional ByVal tag As System.Object _
    ) As LayoutView
    public LayoutView CreateView( 
       System.float width,
       System.float height,
       Matrix transform,
       System.object tag
    )

    Parameters

    width
    The width of the view rectangle.
    height
    The height of the view rectangle.
    transform
    The transformation matrix for the LayoutView.
    tag
    The object that contains data about the LayoutView.

    Return Value

    The created LayoutView object.
    See Also