DioDocs for PDF
CreateView メソッド

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutHost クラス : CreateView メソッド
The width of the view rectangle.
The height of the view rectangle.
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, _
   ByVal transform As System.Numerics.Matrix3x2, _
   Optional ByVal tag As System.Object _
) As LayoutView
public LayoutView CreateView( 
   System.float width,
   System.float height,
   System.Numerics.Matrix3x2 transform,
   System.object tag
)

パラメータ

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

戻り値の型

The created LayoutView object.
参照

LayoutHost クラス
LayoutHost メンバ