ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMeasurementUnit Structure / Find Method
The aspect numerator to look up.
The aspect denominator to look up.




In This Topic
    Find Method (ImGearARTMeasurementUnit)
    In This Topic
    Finds corresponding to aspectNumerator and aspectDenominator parameters predefined measurement unit, if any. In case of no match returns instance with Name equal to "Custom", empty Abbreviation and Aspect values, initialized from input parameters aspectNumerator and aspectDenominator.
    Syntax
    'Declaration
     
    Public Shared Function Find( _
       ByVal aspectNumerator As Integer, _
       ByVal aspectDenominator As Integer _
    ) As ImGearARTMeasurementUnit
    'Usage
     
    Dim aspectNumerator As Integer
    Dim aspectDenominator As Integer
    Dim value As ImGearARTMeasurementUnit
     
    value = ImGearARTMeasurementUnit.Find(aspectNumerator, aspectDenominator)
    public: static ImGearARTMeasurementUnit Find( 
       int aspectNumerator,
       int aspectDenominator
    ) 
    public:
    static ImGearARTMeasurementUnit Find( 
       int aspectNumerator,
       int aspectDenominator
    ) 

    Parameters

    aspectNumerator
    The aspect numerator to look up.
    aspectDenominator
    The aspect denominator to look up.

    Return Value

    See Also