The Point type exposes the following members.

Constructors

  NameDescription
PointOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
SetProperties
Sets the properties of the point.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
ColorIndex
The color index (0 for ByBlock, 256 for ByLayer).
(Inherited from XMLProperties.)
LayerName
The name of the layer.
(Inherited from XMLProperties.)
X
The x-coordinate.
Y
The y-coordinate.
Z
The z-coordinate.

See Also