Initializes a new instance of PerpetuumSoft.Reporting.WebViewer.Model.ElementSizeModel 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 ElementSizeModel(
float width,
float height
) |
Visual Basic |
---|
Public Sub New ( _
width As Single, _
height As Single _
) |
Visual C++ |
---|
public:
ElementSizeModel(
float width,
float height
) |
Parameters
- width
- Type: System..::..Single
The width component of the new PerpetuumSoft.Reporting.WebViewer.Model.ElementSizeModel class.
- height
- Type: System..::..Single
The height component of the new PerpetuumSoft.Reporting.WebViewer.Model.ElementSizeModel class.
See Also