[]
Initializes a new instance of the ImageAlign class.
public ImageAlign()
Public Sub New()
Initializes a new instance of the ImageAlign class.
public ImageAlign(ImageAlignHorz alignHorz, ImageAlignVert alignVert, bool stretchHorz, bool stretchVert, bool keepAspectRatio, bool tileHorz, bool tileVert)
Public Sub New(alignHorz As ImageAlignHorz, alignVert As ImageAlignVert, stretchHorz As Boolean, stretchVert As Boolean, keepAspectRatio As Boolean, tileHorz As Boolean, tileVert As Boolean)
Type | Name | Description |
---|---|---|
ImageAlignHorz | alignHorz | A value assigned to AlignHorz. |
ImageAlignVert | alignVert | A value assigned to AlignVert. |
bool | stretchHorz | A value assigned to StretchHorz. |
bool | stretchVert | A value assigned to StretchVert. |
bool | keepAspectRatio | A value assigned to KeepAspectRatio. |
bool | tileHorz | A value assigned to TileHorz. |
bool | tileVert | A value assigned to TileVert. |