[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.ImageAlign.-ctor

ImageAlign Constructor

ImageAlign()

Initializes a new instance of the ImageAlign class.

Declaration
public ImageAlign()
Public Sub New()

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)
Public Sub New(alignHorz As ImageAlignHorz, alignVert As ImageAlignVert, stretchHorz As Boolean, stretchVert As Boolean, keepAspectRatio As Boolean, tileHorz As Boolean, tileVert As Boolean)
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.