Initializes a new instance of the ImageAlign class.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ImageAlign( ImageAlignHorzEnum alignHorz, ImageAlignVertEnum alignVert, bool stretchHorz, bool stretchVert, bool keepAspectRatio, bool tileHorz, bool tileVert ) |
Visual Basic |
---|
Public Sub New ( _ alignHorz As ImageAlignHorzEnum, _ alignVert As ImageAlignVertEnum, _ stretchHorz As Boolean, _ stretchVert As Boolean, _ keepAspectRatio As Boolean, _ tileHorz As Boolean, _ tileVert As Boolean _ ) |
Parameters
- alignHorz
- Type: C1.C1Preview..::..ImageAlignHorzEnum
A value assigned to AlignHorz.
- alignVert
- Type: C1.C1Preview..::..ImageAlignVertEnum
A value assigned to AlignVert.
- stretchHorz
- Type: System..::..Boolean
A value assigned to StretchHorz.
- stretchVert
- Type: System..::..Boolean
A value assigned to StretchVert.
- keepAspectRatio
- Type: System..::..Boolean
A value assigned to KeepAspectRatio.
- tileHorz
- Type: System..::..Boolean
A value assigned to TileHorz.
- tileVert
- Type: System..::..Boolean
A value assigned to TileVert.