Struct DPolyLine2f.Edge
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct Edge
  Constructors
Edge(Int32, Int32)
Declaration
public Edge(int vertex1, int vertex2)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | vertex1 | |
| Int32 | vertex2 | 
Fields
v1
Declaration
public int v1
  Field Value
| Type | Description | 
|---|---|
| Int32 | 
v2
Declaration
public int v2
  Field Value
| Type | Description | 
|---|---|
| Int32 |