Search Results for

    Show / Hide Table of Contents

    Struct DPolyLine2f.Vertex

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    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
    In This Article
    Back to top ViRGIS VR GIS