ImageAlign Constructor(ImageAlignHorz,ImageAlignVert,Boolean,Boolean,Boolean,Boolean,Boolean)
In This Topic
Initializes a new instance of the
ImageAlign class.
Syntax
'Declaration
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
)
Parameters
- 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.
See Also