ImageGear .NET - Updated
Resolution Property (ImGearARTMarkStatistics)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMarkStatistics Class : Resolution Property
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

Reference

ImGearARTMarkStatistics Class
ImGearARTMarkStatistics Members