Class Point3D
Point3D class
Represent point with fractional coordinates.
public sealed class Point3D
Constructors
Name | Description |
---|---|
Point3D(double, double, double) | Initializes new instance of the Point3D . |
Properties
Name | Description |
---|---|
static Trivial { get; } | Gets point with zero coordinates. |
X { get; set; } | X coordinate value. |
Y { get; set; } | Y coordinate value. |
Z { get; set; } | Z coordinate value. |
Methods
Name | Description |
---|---|
override ToString() | Returns the string representation of the object. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF