Search
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.Wpf
Assembly: MindFusion.Reporting.Wpf

 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 object representing the result of the addition.

 See Also