DioDocs for PDF
CreateView メソッド (LayoutHost)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutHost クラス : CreateView メソッド
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.
Creates a new LayoutView and associates it with the LayoutHost.
シンタックス
'宣言
 
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
)

パラメータ

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.

戻り値の型

The created LayoutView object.
参照

LayoutHost クラス
LayoutHost メンバ