MindFusion.Reporting for Silverlight Programmer's Guide
Dimension Constructor (Double, MeasureUnit, Double, MeasureUnit)
See Also
 





Initializes a new instance of the Dimension structure.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

width
The width component of the new dimension, expressed in the units of measure specified by widthUnit.
widthUnit

The units of measure for the width component.

height
The height component of the new dimension, expressed in the units of measure specified by heightUnit.
heightUnit
The units of measure for the height component.

 See Also

Dimension Constructor Overload List
Dimension Structure
MindFusion.Reporting.Silverlight Namespace