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