[]
Represents an ordered pair of x-, y- and z-coordinates that defines a point in a three-dimensional plane.
public struct Point3D : IEquatable<Point3D>, IComparable<Point3D>
Public Structure Point3D
Implements IEquatable(Of Point3D), IComparable(Of Point3D)
Name | Description |
---|---|
Point3D(double, double, double) | Initializes a new instance of the Point3D struct with the specified coordinates. |
Name | Description |
---|---|
X | Gets or sets the x-coordinate of this Point3D. |
Y | Gets or sets the y-coordinate of this Point3D. |
Z | Gets or sets the z-coordinate of this Point3D. |
Name | Description |
---|---|
CompareTo(Point3D) | |
Equals(Point3D) | Indicates whether the current value is equal to another value of the same type. |
Offset(Point) | Translates this GrapeCity.Drawing.Point by the specified amount. |
Offset(double, double) | Translates this GrapeCity.Drawing.Point by the specified amount. |