GeoBlazor Pro


layout: pro title: Vertex parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

Vertex Class

A vertex of the event.

public class Vertex :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.Vertex>

Inheritance System.Object 🡒 Vertex

Implements System.IEquatable<Vertex>

Constructors

Vertex(double[], int, int) Constructor

A vertex of the event.

public Vertex(double[] Coordinates, int ComponentIndex, int VertexIndex);

Parameters

Coordinates System.Double[]

An array of x,y coordinates representing the vertex added.

ComponentIndex System.Int32

The ring/path index of the added vertex.

VertexIndex System.Int32

The index of the vertex position.

Properties

Vertex.ComponentIndex Property

The ring/path index of the added vertex.

public int ComponentIndex { get; set; }

Property Value

System.Int32

Vertex.Coordinates Property

An array of x,y coordinates representing the vertex added.

public double[] Coordinates { get; set; }

Property Value

System.Double[]

Vertex.VertexIndex Property

The index of the vertex position.

public int VertexIndex { get; set; }

Property Value

System.Int32