VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    VintasoftVector3D Structure
    In This Topic
    Represents a displacement in 3D space.
    Object Model
    VintasoftVector3D VintasoftVector3D VintasoftVector3D VintasoftVector3D
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.VintasoftVector3DConverter)>
    Public Struct VintasoftVector3D
       Inherits System.ValueType
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.VintasoftVector3DConverter)]
    public struct VintasoftVector3D : System.ValueType
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.VintasoftVector3DConverter)]
    public __value struct VintasoftVector3D : public System.ValueType*
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.VintasoftVector3DConverter)]
    public value class VintasoftVector3D : public System.ValueType^
    
    
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Vintasoft.Imaging.VintasoftVector3D

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also