ImageGear .NET - Updated
AspectNumerator Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMeasurementUnit Structure : AspectNumerator Property
Gets a numerator value, relative to PPM.
Syntax
'Declaration
 
Public ReadOnly Property AspectNumerator As Integer
'Usage
 
Dim instance As ImGearARTMeasurementUnit
Dim value As Integer
 
value = instance.AspectNumerator
public int AspectNumerator {get;}
public: __property int get_AspectNumerator();
public:
property int AspectNumerator {
   int get();
}

Property Value

Integer value.
Remarks
For Meter, both numerator and denominator are equal to 1. For Kilometer, numerator is 1, denominator is 1000.
See Also

Reference

ImGearARTMeasurementUnit Structure
ImGearARTMeasurementUnit Members