PolyPoint2d(Double, Double, Double, Object) Constructor

Creates a new polypoint given x,y and bulge as doubles. Also giving it a tag object.
Public Sub New( _ 
ByVal _x As Double, _ 
ByVal _y As Double, _ 
ByVal _bulge As Double, _ 
ByVal tag As Object
)
This language is not supported or no code example is available.
public PolyPoint2d( 
double _x
double _y
double _bulge
object tag 
)
This language is not supported or no code example is available.
public:  
PolyPoint2d( 
double _x
double _y
double _bulge
object^ tag 
)
This language is not supported or no code example is available.
public function PolyPoint2d( 
_x : double
_y : double
_bulge : double
tag : object 
);
This language is not supported or no code example is available.

Parameters

_x
double

_y
double

_bulge
double

The bulge factor of the segment following this point.

tag
object

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition