DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Line3D Structure
Members






In This Topic
    Line3D Structure
    In This Topic
    Structure to hold a line in3D space
    Object Model
    Line3D Structure
    Syntax
    'Declaration
     
    
    Public Structure Line3D 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As Line3D
    public struct Line3D : System.ValueType 
    public type Line3D = class(System.ValueType)
    In JScript, you can use structures in other assemblies, but you cannot define your own.
    public __value struct Line3D : public System.ValueType 
    public value class Line3D : public System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          DicomObjects.Line3D

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also