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




In This Topic
    ImGearPoint Structure
    In This Topic
    Encapsulates a point in a 2-D coordinate system.
    Object Model
    ImGearPoint Structure
    Syntax
    'Declaration
     
    Public Structure ImGearPoint 
       Inherits System.ValueType
       Implements IImGearPoint 
    'Usage
     
    Dim instance As ImGearPoint
    public struct ImGearPoint : System.ValueType, IImGearPoint  
    public __value struct ImGearPoint : public System.ValueType, IImGearPoint  
    public value class ImGearPoint : public System.ValueType, IImGearPoint  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearPoint

    See Also