MindFusion WinForms Programmer's Guide
Location.Add Method
See Also
 





Adds the width and height of the specified Dimension to the specified Location.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public static Location Add (
    Location location,
    Dimension dimension
)

Visual Basic  Copy Code

Public Shared Function Add ( _
    location As Location, _
    dimension As Dimension _
) As Location

 Parameters

location
The Location to add to.
dimension
The Dimension to add.

 Return Value

Location structure that is the result of the addition operation. The XUnit and YUnit of the result are both set to Document.

 See Also

Location Members
Location Structure
MindFusion.Reporting Namespace