Position2dSet(Double, Double)
Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public void Set(
        double x,
        double y
)
 
Public Sub Set ( 
        x As Double,
        y As Double
)
 
public:
void Set(
        double x, 
        double y
)
 
member Set : 
        x : float * 
        y : float -> unit 
 
 
 
Parameters
- x  Double
 
-  
 
- y  Double
 
-  
 
 
See Also