Search
Location Constructor (Single, Single)
See Also
 





Initializes a new instance of the Location structure with the specified coordinates.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Location (
    float x,
    float y
)

Visual Basic  Copy Code

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

 Parameters

x
The x component of the new Location.
y
The y component of the new Location.

 See Also