MindFusion.Reporting for Silverlight 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.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 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

Dimension Members
Dimension Structure
MindFusion.Reporting.Silverlight Namespace