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




In This Topic
    ImGearResolution Structure
    In This Topic
    Stores ImageGear resolution data.
    Object Model
    ImGearResolution Structure
    Syntax
    'Declaration
     
    Public Structure ImGearResolution 
       Inherits System.ValueType
       Implements IImGearResolution 
    'Usage
     
    Dim instance As ImGearResolution
    public struct ImGearResolution : System.ValueType, IImGearResolution  
    public __value struct ImGearResolution : public System.ValueType, IImGearResolution  
    public value class ImGearResolution : public System.ValueType, IImGearResolution  
    Remarks
    Specifies image resolution attributes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearResolution

    See Also