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