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




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

    System.Object
       System.ValueType
          ImageGear.Vector.ImGearVectorPoint2D

    See Also