ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorPoint3D Structure
Members




In This Topic
    ImGearVectorPoint3D Structure
    In This Topic
    Represents a three-dimentional point.
    Object Model
    ImGearVectorPoint3D Structure
    Syntax
    'Declaration
     
    Public Structure ImGearVectorPoint3D 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearVectorPoint3D
    public struct ImGearVectorPoint3D : System.ValueType 
    public __value struct ImGearVectorPoint3D : public System.ValueType 
    public value class ImGearVectorPoint3D : public System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Vector.ImGearVectorPoint3D

    See Also