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




In This Topic
    ImGearVectorPoint3DEx Structure
    In This Topic
    Represents an extended three-dimentional point.
    Object Model
    ImGearVectorPoint3DEx Structure
    Syntax
    'Declaration
     
    Public Structure ImGearVectorPoint3DEx 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearVectorPoint3DEx
    public struct ImGearVectorPoint3DEx : System.ValueType 
    public __value struct ImGearVectorPoint3DEx : public System.ValueType 
    public value class ImGearVectorPoint3DEx : public System.ValueType 
    Remarks
    Extended point contains one additional field that is used as a weight for NURBS surfaces.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Vector.ImGearVectorPoint3DEx

    See Also