ImageGear .NET - Updated
ImGearXMPRational Constructor(ImGearRationalInt)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPRational Class > ImGearXMPRational Constructor : ImGearXMPRational Constructor(ImGearRationalInt)
ImageGear.Core.ImGearRationalInt structure value.
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)
public ImGearXMPRational( 
   ImGearRationalInt value
)
public: ImGearXMPRational( 
   ImGearRationalInt value
)
public:
ImGearXMPRational( 
   ImGearRationalInt 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

Reference

ImGearXMPRational Class
ImGearXMPRational Members
Overload List