ImageGear .NET - Updated
ImGearArrayRef Constructor(Array,Int32)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearArrayRef Structure > ImGearArrayRef Constructor : ImGearArrayRef Constructor(Array,Int32)
Structure content.
Offset value.
Initializes a new instance of the ImGearArrayRef structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As Array, _
   ByVal offset As Integer _
)
'Usage
 
Dim content As Array
Dim offset As Integer
 
Dim instance As New ImGearArrayRef(content, offset)
public ImGearArrayRef( 
   Array content,
   int offset
)
public: ImGearArrayRef( 
   Array* content,
   int offset
)
public:
ImGearArrayRef( 
   Array^ content,
   int offset
)

Parameters

content
Structure content.
offset
Offset value.
See Also

Reference

ImGearArrayRef Structure
ImGearArrayRef Members
Overload List