Click or drag to resize
Vertex2D Structure

Namespace: PDTec.IceNet.Domain.Cad.Geometry
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public struct Vertex2D : ICloneable

The Vertex2D type exposes the following members.

Constructors
  NameDescription
Public methodVertex2D(Double)
Initializes a new instance of the Vertex2D class
Public methodVertex2D(Single)
Initializes a new instance of the Vertex2D class
Public methodVertex2D(Vertex2D)
Initializes a new instance of the Vertex2D class
Public methodVertex2D(Double, Double)
Initializes a new instance of the Vertex2D class
Public methodVertex2D(Single, Single)
Initializes a new instance of the Vertex2D class
Top
Properties
  NameDescription
Public propertyLength
Public propertyXAccessor
Public propertyYAccessor
Top
Methods
Operators
Fields
  NameDescription
Public fieldX
Public fieldY
Top
See Also