[]
Represents a point in 3D geometrical space.
[TypeConverter(typeof(Point3d.Converter))]
public sealed class Point3d : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| Name | Description |
|---|---|
| Point3d() | Initializes new instance of the Point3d class. |
| Point3d(float, float, float) | Initializes new instance of the Point3d class. |
| Point3d(string) | For internal use only. |
| Point3d(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| IsDirty | Overridden . Specifies whether object should be redrawn.
|
| X | Gets or sets point's x coordinate |
| Y | Gets or sets point's y coordinate |
| Z | Gets or sets point's z coordinate |
| Name | Description |
|---|---|
| Clone() | Overridden .
|
| Equals(object) | Compare the Point3d object to another System.Object and check if the two are equal. |
| GetHashCode() | It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table. |
| ToString() | Converts the value of the current instance to string representation. |