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