Adds the width and height of one Dimension structure to the width and height of another Dimension structure.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public static Dimension Add ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Add ( _ |
A Dimension structure that is the result of the addition operation. The WidthUnit and HeightUnit of the result are both set to Document.
See Also