[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.Point3D

Point3D Struct

Represents an ordered pair of x-, y- and z-coordinates that defines a point in a three-dimensional plane.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct Point3D : IEquatable<Point3D>, IComparable<Point3D>
Public Structure Point3D
    Implements IEquatable(Of Point3D), IComparable(Of Point3D)

Constructors

Name Description
Point3D(double, double, double)

Initializes a new instance of the Point3D struct with the specified coordinates.

Properties

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.

Methods

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.