Search
Dimension Constructor (Double, Double)
See Also
 





Initializes a new instance of the Dimension structure.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 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