ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMeasurementUnit Structure / Pixel Property




In This Topic
    Pixel Property
    In This Topic
    Gets a predefined Pixel measurement unit.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Pixel As ImGearARTMeasurementUnit
    'Usage
     
    Dim value As ImGearARTMeasurementUnit
     
    value = ImGearARTMeasurementUnit.Pixel
    public static ImGearARTMeasurementUnit Pixel {get;}
    public: __property static ImGearARTMeasurementUnit get_Pixel();
    public:
    static property ImGearARTMeasurementUnit Pixel {
       ImGearARTMeasurementUnit get();
    }

    Property Value

    ImGearARTMeasurementUnit class object.
    See Also