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
SyntaxC#
Copy Code
|
|---|
public static Dimension Add ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Add ( _ |
The second dimension to add.
A Dimension object representing the result of the addition.
See Also