Struct DPolyLine2f.Vertex
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct Vertex
Constructors
Vertex(Single, Single, Int32)
Declaration
public Vertex(float fX, float fY, int nIndex)
Parameters
Type | Name | Description |
---|---|---|
Single | fX | |
Single | fY | |
Int32 | nIndex |
Fields
index
Declaration
public int index
Field Value
Type | Description |
---|---|
Int32 |
x
Declaration
public float x
Field Value
Type | Description |
---|---|
Single |
y
Declaration
public float y
Field Value
Type | Description |
---|---|
Single |