ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPRational Class / ImGearXMPRational Constructor / ImGearXMPRational Constructor(ImGearRationalInt)
ImageGear.Core.ImGearRationalInt structure value.




In This Topic
ImGearXMPRational Constructor(ImGearRationalInt)
In This Topic
Initializes a new instance of the ImGearXMPRational class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As ImGearRationalInt _
)
 
'Usage
 
Dim value As ImGearRationalInt
 
Dim instance As New ImGearXMPRational(value)

Parameters

value
ImageGear.Core.ImGearRationalInt structure value.

Return Value

New instance of ImGearXMPRational class object.
Remarks
This constructor creates and initializes an instance of ImGearXMPRational class by using a ImageGear.Core.ImGearRationalInt structure value.
See Also