Search Results for

    Show / Hide Table of Contents

    Class DPolyLine2f

    Summary description for PolyLine.

    Inheritance
    Object
    DPolyLine2f
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class DPolyLine2f

    Constructors

    DPolyLine2f()

    Declaration
    public DPolyLine2f()

    DPolyLine2f(DPolyLine2f)

    Declaration
    public DPolyLine2f(DPolyLine2f copy)
    Parameters
    Type Name Description
    DPolyLine2f copy

    Properties

    EdgeCount

    Declaration
    public int EdgeCount { get; }
    Property Value
    Type Description
    Int32

    Edges

    Declaration
    public List<DPolyLine2f.Edge> Edges { get; }
    Property Value
    Type Description
    List<DPolyLine2f.Edge>

    VertexCount

    Declaration
    public int VertexCount { get; }
    Property Value
    Type Description
    Int32

    Vertices

    Declaration
    public List<DPolyLine2f.Vertex> Vertices { get; }
    Property Value
    Type Description
    List<DPolyLine2f.Vertex>

    Methods

    AddEdge(Int32, Int32)

    Declaration
    public int AddEdge(int v1, int v2)
    Parameters
    Type Name Description
    Int32 v1
    Int32 v2
    Returns
    Type Description
    Int32

    AddVertex(Single, Single)

    Declaration
    public int AddVertex(float fX, float fY)
    Parameters
    Type Name Description
    Single fX
    Single fY
    Returns
    Type Description
    Int32

    Clear()

    Declaration
    public void Clear()

    GetVertex(Int32)

    Declaration
    public DPolyLine2f.Vertex GetVertex(int i)
    Parameters
    Type Name Description
    Int32 i
    Returns
    Type Description
    DPolyLine2f.Vertex

    OrderVertices()

    Declaration
    public bool OrderVertices()
    Returns
    Type Description
    Boolean
    In This Article
    Back to top ViRGIS VR GIS