ImageGear22.Art Assembly > ImageGear.ART Namespace > ImGearARTMarkStatistics Class : Resolution Property |
'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); }