Position2d(Double, Double) Constructor
|
Initializes a new instance of the
Position2d
class
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Position2d(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
Position2d(
double x,
double y
)
new :
x : float *
y : float -> Position2d
Parameters
- x Double
-
- y Double
-
See Also