ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkStatistics Class / Resolution Property




In This Topic
    Resolution Property (ImGearARTMarkStatistics)
    In This Topic
    Gets or sets an image resolution.
    Syntax
    'Declaration
     
    Public Property Resolution As IImGearResolution
    'Usage
     
    Dim instance As ImGearARTMarkStatistics
    Dim value As IImGearResolution
     
    instance.Resolution = value
     
    value = instance.Resolution
    public IImGearResolution Resolution {get; set;}
    public: __property IImGearResolution* get_Resolution();
    public: __property void set_Resolution( 
       IImGearResolution* value
    );
    public:
    property IImGearResolution^ Resolution {
       IImGearResolution^ get();
       void set (    IImGearResolution^ value);
    }

    Property Value

    ImageGear.Core.ImGearResolution structure object.
    Remarks
    An image resolution is needed to calculate areas and lengths correctly when measurement unit other than Pixel is used.
    See Also