GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Point3D Structure
Members


Point3D Structure
Represents an ordered pair of x-, y- and z-coordinates that defines a point in a three-dimensional plane.
Syntax
'Declaration
 
Public Structure Point3D 
   Inherits System.ValueType
 
'Usage
 
Dim instance As Point3D
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Spreadsheet.Drawing.Point3D

See Also