PolygonPoint(Double, Double, Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
Optional ByVal trimCurveIndex As Integer = -1 _ 
)
This language is not supported or no code example is available.
public PolygonPoint( 
double x
double y
int trimCurveIndex = -1 
)
This language is not supported or no code example is available.

Parameters

x
double

Point's X coordinate

y
double

Point's Y coordinate

trimCurveIndex
int

Trim curve index

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition