Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / Point3D Structure
Members


In This Topic
    Point3D Structure
    In This Topic
    Represents an ordered pair of x-, y- and z-coordinates that defines a point in a three-dimensional plane.
    Object Model
    Point3D Structure
    Syntax
    'Declaration
     
    <DebuggerDisplayAttribute("{X}, {Y}, {Z}")>
    Public Structure Point3D 
       Inherits System.ValueType
    'Usage
     
    Dim instance As Point3D
    [DebuggerDisplay("{X}, {Y}, {Z}")]
    public struct Point3D : System.ValueType 
    Inheritance Hierarchy

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

    See Also