'宣言 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.