PolyPoint2d(Double, Double, Double, Object) Constructor

Creates a new polypoint given x,y and bulge as doubles. Also giving it a tag object.
public PolyPoint2d( 
   double _x
   double _y
   double _bulge
   object tag 
)

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