MindFusion WinForms Programmer's Guide
Dimension Constructor (Single, MeasureUnit, Single, MeasureUnit)
See Also
 





Initializes a new instance of the Dimension structure.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Dimension (
    float width,
    MeasureUnit widthUnit,
    float height,
    MeasureUnit heightUnit
)

Visual Basic  Copy Code

Public New ( _
    width As Single, _
    widthUnit As MeasureUnit, _
    height As Single, _
    heightUnit As MeasureUnit _
)

 Parameters

width
The width component of the new Dimension.
widthUnit
The width unit component of the new Dimension.
height
The height component of the new Dimension.
heightUnit
The height unit component of the new Dimension.

 See Also

Dimension Constructor Overload List
Dimension Structure
MindFusion.Reporting Namespace