CreateView(Single,Single) Method
In This Topic
Creates a
View object that encapsulates a
GrapeCity.Documents.Layout.LayoutView and adds it as the top layer.
Syntax
'Declaration
Public Overloads Function CreateView( _
ByVal As System.Single, _
ByVal As System.Single _
) As View
public View CreateView(
System.float ,
System.float
)
Parameters
- width
- The width of the associated GrapeCity.Documents.Layout.LayoutView.
- height
- The height of the associated GrapeCity.Documents.Layout.LayoutView.
See Also