[]
        
(Showing Draft Content)

C1.C1Preview.ImageAlign.-ctor

ImageAlign Constructor

ImageAlign(ImageAlignHorzEnum, ImageAlignVertEnum, bool, bool, bool, bool, bool)

Initializes a new instance of the ImageAlign class.

Declaration
public ImageAlign(ImageAlignHorzEnum alignHorz, ImageAlignVertEnum alignVert, bool stretchHorz, bool stretchVert, bool keepAspectRatio, bool tileHorz, bool tileVert)
Parameters
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.