ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearArrayRef Structure / ImGearArrayRef Constructor / ImGearArrayRef Constructor(Array)
Structure content.




In This Topic
    ImGearArrayRef Constructor(Array)
    In This Topic
    Initializes a new instance of the ImGearArrayRef structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal content As Array _
    )
    'Usage
     
    Dim content As Array
     
    Dim instance As New ImGearArrayRef(content)
    public ImGearArrayRef( 
       Array content
    )
    public: ImGearArrayRef( 
       Array* content
    )
    public:
    ImGearArrayRef( 
       Array^ content
    )

    Parameters

    content
    Structure content.
    See Also