Initializes a new instance of the
ImageAlign class.
シンタックス
'宣言
Public Function New( _
ByVal As ImageAlignHorzEnum, _
ByVal As ImageAlignVertEnum, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim alignHorz As ImageAlignHorzEnum
Dim alignVert As ImageAlignVertEnum
Dim stretchHorz As System.Boolean
Dim stretchVert As System.Boolean
Dim keepAspectRatio As System.Boolean
Dim tileHorz As System.Boolean
Dim tileVert As System.Boolean
Dim instance As New ImageAlign(alignHorz, alignVert, stretchHorz, stretchVert, keepAspectRatio, tileHorz, tileVert)
public ImageAlign(
ImageAlignHorzEnum ,
ImageAlignVertEnum ,
System.bool ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
パラメータ
- alignHorz
- A value assigned to ImageAlign.AlignHorz.
- alignVert
- A value assigned to ImageAlign.AlignVert.
- stretchHorz
- A value assigned to ImageAlign.StretchHorz.
- stretchVert
- A value assigned to ImageAlign.StretchVert.
- keepAspectRatio
- A value assigned to ImageAlign.KeepAspectRatio.
- tileHorz
- A value assigned to ImageAlign.TileHorz.
- tileVert
- A value assigned to ImageAlign.TileVert.
参照