Search
Location Constructor (Single, MeasureUnit, Single, MeasureUnit)
See Also
 





Initializes a new instance of the Location structure.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Location (
    float x,
    MeasureUnit xUnit,
    float y,
    MeasureUnit yUnit
)

Visual Basic  Copy Code

Public New ( _
    x As Single, _
    xUnit As MeasureUnit, _
    y As Single, _
    yUnit As MeasureUnit _
)

 Parameters

x
The x component of the new Location.
xUnit
The x unit component of the new Location.
y
The y component of the new Location.
yUnit
The y unit component of the new Location.

 See Also