MindFusion.Reporting for Silverlight Programmer's Guide
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.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 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

Dimension Members
Dimension Structure
MindFusion.Reporting.Silverlight Namespace