Show / Hide Table of Contents

Class Point

Point Entity

Inheritance
System.Object
Entity
Point
Inherited Members
Entity.EntityType
Entity.Handle
Entity.ReferencedEntities
Entity.HasReferencedEntities
Entity.LayerName
Entity.UpdateReferencedEntities()
Entity.LayerChanged
Entity.OnLayerChanged(LayerChangedHandlerArgs)
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 Source

Point(PointBuffer)

Buffer Constructor

Declaration
public Point(PointBuffer pb)
Parameters
Type Name Description
PointBuffer pb

The Point Buffer

Properties

| Improve this Doc View Source

X

The X Position of the Point

Declaration
public double X { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Y

The Y Position of the Point

Declaration
public double Y { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Z

The Z Position of the Point

Declaration
public double Z { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
Back to top Generated by DocFX