MindFusion.Reporting for Silverlight Programmer's Guide
Location Constructor (Double, Double)
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,
    double y
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double _
)

 Parameters

x
The x-coordinate of the new location, expressed in pixels.
y
The y-coordinate of the new location, expressed in pixels.

 See Also

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