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




In This Topic
    ImGearSize Structure
    In This Topic
    Implements a relative coordinate or position.
    Object Model
    ImGearSize Structure
    Syntax
    'Declaration
     
    Public Structure ImGearSize 
       Inherits System.ValueType
       Implements IImGearSize 
    'Usage
     
    Dim instance As ImGearSize
    public struct ImGearSize : System.ValueType, IImGearSize  
    public __value struct ImGearSize : public System.ValueType, IImGearSize  
    public value class ImGearSize : public System.ValueType, IImGearSize  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearSize

    See Also