ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPRational Class / ImGearXMPRational Constructor / ImGearXMPRational Constructor()




In This Topic
    ImGearXMPRational Constructor()
    In This Topic
    Initializes a new instance of the ImGearXMPRational class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPRational()
    public ImGearXMPRational()
    public: ImGearXMPRational();
    public:
    ImGearXMPRational();

    Return Value

    New instance of ImGearXMPRational class object.
    Remarks
    This constructor creates an instance of ImGearXMPRational class and initializes it with a default value.
    See Also