PointGeometry.PointGeometry Constructors
Initializes a new instance of the PointGeometry class.
Overload List
Name | Description | |
---|---|---|
Public method | PointGeometry() | Initializes a new instance of the PointGeometry class. |
Public method | PointGeometry(System.Double x, System.Double y) | Initializes a new instance of the PointGeometry class with the given coordinates. |
Public method | PointGeometry(System.Double x, System.Double y, System.Double z) | Initializes a new instance of the PointGeometry class with the given coordinates. |
Public method | PointGeometry(Point point) | Initializes a new instance of the PointGeometry class with the given Point. |
PointGeometry()
Initializes a new instance of the PointGeometry class.Syntax
public PointGeometry ()
Remarks
This constructor initializes all coordinates of the point to 0.0.
PointGeometry(System.Double x, System.Double y)
Initializes a new instance of the PointGeometry class with the given coordinates.Syntax
public PointGeometry (
System.Double x,
System.Double y
)
Parameters
The x-coordinate of the point.
The y-coordinate of the point.
Remarks
The z coordinate of the point is initialized to 0.0.
PointGeometry(System.Double x, System.Double y, System.Double z)
Initializes a new instance of the PointGeometry class with the given coordinates.Syntax
public PointGeometry (
System.Double x,
System.Double y,
System.Double z
)
Parameters
The x-coordinate of the point.
The y-coordinate of the point.
The z-coordinate of the point.
PointGeometry(Point point)
Initializes a new instance of the PointGeometry class with the given Point.Syntax
public PointGeometry (
Point point
)
Parameters
The initial value of the point.
Platforms
Windows, Linux, Android