[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.ImageAlign.-ctor

ImageAlign Constructor

ImageAlign()

Initializes a new instance of the ImageAlign class.

Declaration
public ImageAlign()

ImageAlign(ImageAlignHorz, ImageAlignVert, bool, bool, bool, bool, bool)

Initializes a new instance of the ImageAlign class.

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