Initializes a new instance of PerpetuumSoft.Reporting.WebViewer.Model.ThumbnailSizeModel class from the specified dimensions.
Namespace: PerpetuumSoft.Reporting.WebViewer.ModelAssembly: PerpetuumSoft.Reporting.WebViewer.Client.Model (in PerpetuumSoft.Reporting.WebViewer.Client.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ThumbnailSizeModel(
int width,
int height
) |
Visual Basic |
---|
Public Sub New ( _
width As Integer, _
height As Integer _
) |
Visual C++ |
---|
public:
ThumbnailSizeModel(
int width,
int height
) |
Parameters
- width
- Type: System..::..Int32
The width component of the new PerpetuumSoft.Reporting.WebViewer.Model.ThumbnailSizeModel class.
- height
- Type: System..::..Int32
The height component of the new PerpetuumSoft.Reporting.WebViewer.Model.ThumbnailSizeModel class.
See Also