Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / ImageAlign Class / ImageAlign Constructor / ImageAlign Constructor(ImageAlignHorz,ImageAlignVert,Boolean,Boolean,Boolean,Boolean,Boolean)
A value assigned to AlignHorz.
A value assigned to AlignVert.
A value assigned to StretchHorz.
A value assigned to StretchVert.
A value assigned to KeepAspectRatio.
A value assigned to TileHorz.
A value assigned to TileVert.

In This Topic
    ImageAlign Constructor(ImageAlignHorz,ImageAlignVert,Boolean,Boolean,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the ImageAlign class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal alignHorz As ImageAlignHorz, _
       ByVal alignVert As ImageAlignVert, _
       ByVal stretchHorz As System.Boolean, _
       ByVal stretchVert As System.Boolean, _
       ByVal keepAspectRatio As System.Boolean, _
       ByVal tileHorz As System.Boolean, _
       ByVal tileVert As System.Boolean _
    )
    public ImageAlign( 
       ImageAlignHorz alignHorz,
       ImageAlignVert alignVert,
       System.bool stretchHorz,
       System.bool stretchVert,
       System.bool keepAspectRatio,
       System.bool tileHorz,
       System.bool tileVert
    )

    Parameters

    alignHorz
    A value assigned to AlignHorz.
    alignVert
    A value assigned to AlignVert.
    stretchHorz
    A value assigned to StretchHorz.
    stretchVert
    A value assigned to StretchVert.
    keepAspectRatio
    A value assigned to KeepAspectRatio.
    tileHorz
    A value assigned to TileHorz.
    tileVert
    A value assigned to TileVert.
    See Also