Class Point
Point Entity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.Entities
Assembly: Dxflib.dll
Syntax
public class Point : Entity
Constructors
| Improve this Doc View SourcePoint(PointBuffer)
Buffer Constructor
Declaration
public Point(PointBuffer pb)
Parameters
Type | Name | Description |
---|---|---|
PointBuffer | pb | The Point Buffer |
Properties
| Improve this Doc View SourceX
The X Position of the Point
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
System.Double |
Y
The Y Position of the Point
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
System.Double |
Z
The Z Position of the Point
Declaration
public double Z { get; }
Property Value
Type | Description |
---|---|
System.Double |