MindFusion.Reporting for Silverlight Programmer's Guide
Dimension Constructor (Double, Double)
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,
    double height
)

Visual Basic  Copy Code

Public New ( _
    width As Double, _
    height As Double _
)

 Parameters

width
The width component of the new dimension, expressed in pixels.
height
The height component of the new dimension, expressed in pixels.

 See Also

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