[]
Initializes a new instance of the ImageAlign class.
public ImageAlign(ImageAlignHorzEnum alignHorz, ImageAlignVertEnum alignVert, bool stretchHorz, bool stretchVert, bool keepAspectRatio, bool tileHorz, bool tileVert)
Type | Name | Description |
---|---|---|
ImageAlignHorzEnum | alignHorz | A value assigned to AlignHorz. |
ImageAlignVertEnum | 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. |