Search
Dimension.Subtract Method
See Also
 





Subtracts the width and height of one Dimension structure from the width and height of another Dimensions structure.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public static Dimension Subtract (
    Dimension dimension1,
    Dimension dimension2
)

Visual Basic  Copy Code

Public Shared Function Subtract ( _
    dimension1 As Dimension, _
    dimension2 As Dimension _
) As Dimension

 Parameters

dimension1
The source dimension.
dimension2
The dimension to subtract from the source dimension.

 Return Value

Dimension object representing the result of the subtraction.

 See Also