ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPInteger Class / ImGearXMPInteger Constructor / ImGearXMPInteger Constructor(Int32)
Integer value.




In This Topic
    ImGearXMPInteger Constructor(Int32)
    In This Topic
    Initializes a new instance of the ImGearXMPInteger class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Integer _
    )
    'Usage
     
    Dim value As Integer
     
    Dim instance As New ImGearXMPInteger(value)
    public ImGearXMPInteger( 
       int value
    )
    public: ImGearXMPInteger( 
       int value
    )
    public:
    ImGearXMPInteger( 
       int value
    )

    Parameters

    value
    Integer value.

    Return Value

    New instance of the ImGearXMPInteger class object.
    Remarks
    This constructor creates and initializes an instance of ImGearXMPInteger class by using an integer value.
    See Also