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





Initializes a new instance of the Dimension structure with the specified width and height.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Dimension (
    float width,
    float height
)

Visual Basic  Copy Code

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

 Parameters

width
The width component of the new Dimension.
height
The height component of the new Dimension.

 See Also

Dimension Constructor Overload List
Dimension Structure
MindFusion.Reporting Namespace