MindFusion WinForms Programmer's Guide
Dimension.Add Method
See Also
 





Adds the width and height of one Dimension structure to the width and height of another Dimension structure.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public static Dimension Add (
    Dimension dimension1,
    Dimension dimension2
)

Visual Basic  Copy Code

Public Shared Function Add ( _
    dimension1 As Dimension, _
    dimension2 As Dimension _
) As Dimension

 Parameters

dimension1
The first Dimension to add.
dimension2
The second Dimension to add.

 Return Value

Dimension structure that is the result of the addition operation. The WidthUnit and HeightUnit of the result are both set to Document.

 See Also

Dimension Members
Dimension Structure
MindFusion.Reporting Namespace