MindFusion.Wpf Pack Programmer's Guide
Point Constructor (Double, Double)
See Also
 





Initializes a new instance of the Point class.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public Point (
    double x,
    double y
)

Visual Basic  Copy Code

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

 Parameters

x

The x-coordinate of the new point.

y

The y-coordinate of the new point.

 See Also

Point Constructor Overload List
Point Class
MindFusion.Vsx Namespace