ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / ImageResolution Property




In This Topic
    ImageResolution Property
    In This Topic
    Gets or sets image resolution.
    Syntax
    'Declaration
     
    Public Property ImageResolution As IImGearResolution
    'Usage
     
    Dim instance As ImGearDIB
    Dim value As IImGearResolution
     
    instance.ImageResolution = value
     
    value = instance.ImageResolution
    public IImGearResolution ImageResolution {get; set;}
    public: __property IImGearResolution* get_ImageResolution();
    public: __property void set_ImageResolution( 
       IImGearResolution* value
    );
    public:
    property IImGearResolution^ ImageResolution {
       IImGearResolution^ get();
       void set (    IImGearResolution^ value);
    }

    Property Value

    ImGearResolution structure object.
    See Also