MindFusion.Reporting for Silverlight Programmer's Guide
Location Constructor (Double, MeasureUnit, Double, MeasureUnit)
See Also
 





Initializes a new instance of the Location structure.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

x
The x-coordinate of the new location, expressed in the units of measure specified by xUnit.
xUnit
The units of measure of the x-coordinate.
y
The y-coordinate of the new location, expressed in the units of measure specified by yUnit.
yUnit
The units of measure of the y-coordinate.

 See Also

Location Constructor Overload List
Location Structure
MindFusion.Reporting.Silverlight Namespace