ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoublePoint Structure
Members




In This Topic
    ImGearDoublePoint Structure
    In This Topic
    Stores a set of two double precision numbers that represent the point.
    Object Model
    ImGearDoublePoint Structure
    Syntax
    'Declaration
     
    Public Structure ImGearDoublePoint 
       Inherits System.ValueType
       Implements IImGearDoublePoint 
    'Usage
     
    Dim instance As ImGearDoublePoint
    public struct ImGearDoublePoint : System.ValueType, IImGearDoublePoint  
    public __value struct ImGearDoublePoint : public System.ValueType, IImGearDoublePoint  
    public value class ImGearDoublePoint : public System.ValueType, IImGearDoublePoint  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearDoublePoint

    See Also